You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Midas A <te...@gmail.com> on 2016/11/14 06:06:13 UTC

facet query performance

How to improve facet query performance

Re: facet query performance

Posted by Toke Eskildsen <te...@statsbiblioteket.dk>.
On Mon, 2016-11-14 at 11:36 +0530, Midas A wrote:
> How to improve facet query performance

1) Don't shard unless you really need to. Replicas are fine.

2) If the problem is the first facet call, then enable DocValues and
re-index.

3) Keep facet.limit <= 100, especially if you shard.

and most important

4) Describe in detail what you have, how you facet and what you expect.
Give us something to work.


- Toke Eskildsen, State and University Library, Denmark