Re: Big number of conditions of the search

2008-01-17 Thread Mike Klaas
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

Re: Big number of conditions of the search

2008-01-17 Thread evgeniy . strokin
... - 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

Re: Big number of conditions of the search

2008-01-17 Thread evgeniy . strokin
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

Re: Big number of conditions of the search

2008-01-16 Thread evgeniy . strokin
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

Re: Big number of conditions of the search

2008-01-10 Thread Otis Gospodnetic
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