Ok, then I need to configure to reduce the size of the cache.
Thanks for the help Mikhail.
--
/Yago Riveiro
On 9 Jan 2017 17:01 +, Mikhail Khludnev , wrote:
> This probably says why
> https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr/core/SolrConfig.java#L
This probably says why
https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr/core/SolrConfig.java#L258
On Mon, Jan 9, 2017 at 4:41 PM, Yago Riveiro wrote:
> The documentation says that the only caches configurable are:
>
> - filterCache
> - queryResultCache
> - doc
Try disabling and perf may get better
Bill Bell
Sent from mobile
> On Jan 9, 2017, at 6:41 AM, Yago Riveiro wrote:
>
> The documentation says that the only caches configurable are:
>
> - filterCache
> - queryResultCache
> - documentCache
> - user defined caches
>
> There is no entry for fie
The documentation says that the only caches configurable are:
- filterCache
- queryResultCache
- documentCache
- user defined caches
There is no entry for fieldValueCache and in my case all of list in the
documentation are disable ...
--
/Yago Riveiro
On 9 Jan 2017 13:20 +, Mikhail Khludn
On Mon, Jan 9, 2017 at 2:17 PM, Yago Riveiro wrote:
> Thanks for re reply Mikhail,
>
> Do you know if the 1 value is configurable?
yes. in solrconfig.xml
https://cwiki.apache.org/confluence/display/solr/Query+Settings+in+SolrConfig#QuerySettingsinSolrConfig-Caches
iirc you cant' fully disabl
Thanks for re reply Mikhail,
Do you know if the 1 value is configurable? My insert rate is so high
(5000 docs/s) that the cache it's quite useless.
In the case of the Lucene field cache, it's possible "clean" it in some way?
Some cache is eating my memory heap.
-
Best regards
/Yago
-
Hello, Yago.
"size": "1", "showItems": "-1", "initialSize": "10", "name":
"fieldValueCache"
These are Solr's UnInvertedFields, not Lucene's FieldCache.
That 1 is for all fields of the collection schema.
Collection reload or commit drop all entries from this cache.
On Mon, Jan 9, 2017 at