-user@lucene.apache.org
Subject: Re: Performance problems for OR-queries
On 22-Nov-07, at 6:02 AM, Jörg Kiegeland wrote:
>
>>> 1. Does Solr support this kind of index access with better
>>> performance ?
>>> Is there anything special to define in schema.xml?
>&
On 22-Nov-07, at 6:02 AM, Jörg Kiegeland wrote:
1. Does Solr support this kind of index access with better
performance ?
Is there anything special to define in schema.xml?
No... Solr uses Lucene at it's core, and all matching documents for a
query are scored.
So it is not possible to hav
1. Does Solr support this kind of index access with better performance ?
Is there anything special to define in schema.xml?
No... Solr uses Lucene at it's core, and all matching documents for a
query are scored.
So it is not possible to have a "google" like performance with Solr,
i.e.
On Nov 21, 2007 3:09 PM, Jörg Kiegeland <[EMAIL PROTECTED]> wrote:
> I have N keywords and execute a query of the form
>
> keyword1 OR keyword2 OR .. OR keywordN
[...]
> This seems to take linear time to the size of all possible matched
> documents.
Yes.
> 1. Does Solr support this kind of index