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
ne in RDBMS with some count(*) and GROUP BY selects. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Evgeniy Strokin <[EMAIL PROTECTED]> To: Solr User Sent: Thursday, January 10, 2008 4:39:44 PM Subject: Big number of conditions of the

Re: Big number of conditions of the search

2008-01-10 Thread Otis Gospodnetic
) and GROUP BY selects. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Evgeniy Strokin <[EMAIL PROTECTED]> To: Solr User Sent: Thursday, January 10, 2008 4:39:44 PM Subject: Big number of conditions of the search Hello, I don't know

Big number of conditions of the search

2008-01-10 Thread Evgeniy Strokin
Hello, I don't know how to formulate this right, I'll give an example: I have 20 millions documents with unique ID indexed. I have list of IDs stored somewhere. I need to run query which will take documents with ID from my list and gives me some statistic. For example: my documents are addresses