mirror of https://github.com/apache/lucene.git
SOLR-5210: make perSegFilter cache actually per-segment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1521559 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d545fdfd1e
commit
315c0e6dbe
|
@ -521,7 +521,8 @@
|
||||||
class="solr.search.LRUCache"
|
class="solr.search.LRUCache"
|
||||||
size="10"
|
size="10"
|
||||||
initialSize="0"
|
initialSize="0"
|
||||||
autowarmCount="10" />
|
autowarmCount="10"
|
||||||
|
regenerator="solr.NoOpRegenerator" />
|
||||||
|
|
||||||
<!-- Field Value Cache
|
<!-- Field Value Cache
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue