Hi,
After some reading into the documentation, supposedly the Lucene FieldCache
is the only one that it's not possible to disable.
Fetching the config for a collection through the REST API I found an entry
like this:
"query": {
"useFilterForSortedQuery": true,
"queryResultWindowSize": 1,
"queryResultMaxDocsCached": 0,
"enableLazyFieldLoading": true,
"maxBooleanClauses": 8192,
"": {
"size": "10000",
"showItems": "-1",
"initialSize": "10",
"name": "fieldValueCache"
}
},
My questions:
- That size, 10000 is for all files of the collection schema or is 10000 for
each field defined?
- If I reload the collection the caches are wiped?
Regards,
/Yago
-----
Best regards
/Yago
--
View this message in context:
http://lucene.472066.n3.nabble.com/Question-about-Lucene-FieldCache-tp4313062.html
Sent from the Solr - User mailing list archive at Nabble.com.