Re: simple query help

2012-05-15 Thread András Bártházi
Hi,

You should use parantheses, have you tried that?
q=(skcode:2021051 and flength:368.0) or (skcode:2021049 and
ent_no:1040970907)

http://robotlibrarian.billdueber.com/solr-and-boolean-operators/

Bye,
  Andras

2012/5/15 Peter Kirk 

> Hi
>
> Can someone please give me some help with a simple query.
>
> If I search
> q=skcode:2021051 and flength:368.0
>
> I get 1 document returned (doc A)
>
> If I search
> q=skcode:2021049 and ent_no:1040970907
>
> I get 1 document returned (doc B)
>
>
> But if I search
> q=skcode:2021051 and flength:368.0 or skcode:2021049 and ent_no:1040970907
>
> I get no documents returned.
>
> Shouldn't I get both docA and docB?
>
> Thanks,
> Peter
>
>


Re: Indexing Wikipedia with Solr/Lucene

2012-05-13 Thread András Bártházi
Hi,

Using the 
RegexTransformer?
I guess you can make a regular expression for the wikipedia text field to
extract category and external links.

Bye,
  Andras

2012/5/13 vineet yadav 

> Hi all,
> I want to create Lucene/Solr index of wikipedia xml dump. I used Solr
> example(
> http://wiki.apache.org/solr/DataImportHandler#Example:_Indexing_wikipedia)
> to index wikipedia xml dump. Since in wikipedia, Category and external
> links are part of wikipedia text, I am not able to index category and
> external links separately. I want to index  Category, Externals
> links etc separately and store them in separate fields.
> Would anyone please be kind enough to give me a bit of advice?
> Thanks
> Vineet Yadav
>


Re: Solritas in production

2012-05-06 Thread András Bártházi
Hi,

We're currently evaluating Solr as a Sphinx replacement. The
>>
>> development is almost done, and it seems to be working fine
>>
> why you want to replace sphinx with solr?
>

(is it ontopic here?)

Solr+Lucene has far more features, and seems to be more extendable as well.

- we had problems about speed related to faceting (while I know it can be
implemented), Solr's faceting looks promising
- we had to do some workaround to implement some other features on the
site, the Solr version of these are simpler
- and we miss a good solution for scalability and availability like Solr
Cloud.

Anyway, Sphinx works really well, but Solr seems to be better for us.

Bye,
  Andras


Solritas in production

2012-05-06 Thread András Bártházi
Hi,

We're currently evaluating Solr as a Sphinx replacement. Our site has
1.000.000+ pageviews a day, it's a real estate search engine. The
development is almost done, and it seems to be working fine, however some
of my colleagues come with the idea that we're using it wrong. We're using
it as a service from PHP/Symfony.

They think we should use Solritas as a frontend, so site visitors will
directly use it, so no PHP will be involved, so it will be use much less
infrastructure. One of them said that even mobile.de using it that way (I
have found no clue about it at all).

Do you think is it a good idea?

Do you know services using Solritas as a frontend on a public site?

My personal opinion is that using Solritas in production is a very bad idea
for us, but have not so much experience with Solr yet, and Solritas
documentation is far from a detailed, up-to-date one, so don't really know
what is it really usable for.

Thanks,
  Andras