FieldValueCache is used by faceting, mostly. So, you would need to execute
warm faceting queries to pre-populate it. More info in this old mailing
list topic:
http://lucene.472066.n3.nabble.com/Loading-data-to-FieldValueCache-tp4175721.html
Cheers,
Edward
Em qua, 11 de jul de 2018 02:09, zhang.m
hi:
I have a question ,how to load data to FieldValueCache in solr7
thanks
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
On Fri, Oct 6, 2017 at 12:45 PM, sile wrote:
> Hi Yonik,
>
> Thanks for your answer :).
>
> It works.
>
> Another question:
>
> What is recommended to be used in solr 6.6 for faceting (docValues or
> UnInvertedField), because UnInvertedField performs better for subsequent
> requests?
>
> I assume
Hi Yonik,
Thanks for your answer :).
It works.
Another question:
What is recommended to be used in solr 6.6 for faceting (docValues or
UnInvertedField), because UnInvertedField performs better for subsequent
requests?
I assume that docValues is more beneficial in terms of heap memory use, bu
If you're using regular faceting (as opposed to the JSON Facet API),
you can try facet.method=uif
https://issues.apache.org/jira/browse/SOLR-8466
Background:
UIF (UnInvertedField which are the entries in the FieldValueCache) was
completely removed from use at some point in the 5.x timeframe.
It wa