Re: Solr Sorting & Caching

2012-09-11 Thread Amey Patil
>Are you using a TrieDateField for the dates? Yes >Consider creating and re-using a filter for the keywords and let the >query consist of the date range only. In this case, do I have to configure any cache or solr's default configurations are enough? >Guessing here: You request all the results fr

Re: Solr Sorting & Caching

2012-09-11 Thread Toke Eskildsen
On Tue, 2012-09-11 at 08:00 +0200, Amey Patil wrote: > Our solr index (Solr 3.4) has over 100 million docuemnts. [...] > *((keyword1 AND keyword2...) OR (keyword3 AND keyword4...) OR ...) AND > date:[date1 TO *]* > No. of keywords can be in the range of 100 - 1000. > We are adding sort parameter *'

Solr Sorting & Caching

2012-09-10 Thread Amey Patil
Our solr index (Solr 3.4) has over 100 million docuemnts. We frequently fire one type of query on this index to get documents, do some processing and dump in another index. Query is of the form - *((keyword1 AND keyword2...) OR (keyword3 AND keyword4...) OR ...) AND date:[date1 TO *]* No. of keywo