The initial request was slow as the UnivertedField was built and cached.
Subsequent queries will be fast. To ensure that users don't see this pause
after a new searcher is opened, you can warm the new searcher in the
background using a static warming query in the solrconfig.xml.
There are differen
We have a large index where each document has stored multi-valued string field
called products. Also we have lot of customization of search requests. Each
request goes through a pre-defined custom search handler and docId are stored
for facet calculation.
Following method is called to get fac