Hi

We have following environement :

3 nodes cluster
1 shard
Replication factor = 2
8GB per node

29 millions of documents

We've faceting over field "motifPresence" defined as follow:

<field name="motifPresence" type="string" docValues="true" indexed="false" 
stored="true" required="false"/>

Once the user selects motifPresence filter we executes search again with:

fq: (value1 OR value2 OR value3 OR ...)

The problem is: During facet filtering query is too slow and her response time 
is greater than main search (without facet filtering).

Thanks in advance!

Reply via email to