>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
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 *'
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