From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Thursday, January 17, 2008 4:00:58 PM
Subject: Re: Big number of conditions of the search
I still want to give a try to the simple idea just to combine all
those IDs in one query.
Again, lets say I
...
- Original Message
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Thursday, January 17, 2008 4:00:58 PM
Subject: Re: Big number of conditions of the search
I still want to give a try to the simple idea just to combine all those I
al Message
From: Otis Gospodnetic <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Friday, January 11, 2008 12:26:14 AM
Subject: Re: Big number of conditions of the search
Evgeniy - sound like a problem best suited for RDBMS, really.
You can run such an OR query, but you'll have
ssing Array of IDs, or something like this?
Could anybody give me some advise of how to do this in better way?
Thank you
Gene
- Original Message
From: Otis Gospodnetic <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Friday, January 11, 2008 12:26:14 AM
Subject: Re: Bi
Evgeniy - sound like a problem best suited for RDBMS, really.
You can run such an OR query, but you'll have to manually increase the max
number of clauses allowed (in one of the configs) and make sure the JVM has
plenty of memory. But again, this is best done in RDBMS with some count(*) and
GR