-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathsolrconfig_query.xml
48 lines (43 loc) · 1.1 KB
/
solrconfig_query.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!-- #ddev-generated -->
<!--
Document Cache
7.0.0
-->
<documentCache class="solr.LRUCache" size="512" initialSize="512" autowarmCount="0"/>
<!--
Field Value Cache
7.0.0
-->
<fieldValueCache class="solr.FastLRUCache" size="512" autowarmCount="128" showItems="32"/>
<!--
Filter Cache
7.0.0
-->
<filterCache class="solr.FastLRUCache" size="512" initialSize="512" autowarmCount="0"/>
<!--
Per Segment Filter Cache
7.0.0
-->
<cache name="perSegFilter" class="solr.search.LRUCache" size="10" initialSize="0" autowarmCount="10" regenerator="solr.NoOpRegenerator"/>
<!--
Query Result Cache
7.0.0
-->
<queryResultCache class="solr.LRUCache" size="512" initialSize="512" autowarmCount="0"/>
<!--
Special configs for Field Value Cache
7.0.0
-->
<query name="enableLazyFieldLoading">true</query>
<!--
Special configs for Filter Cache
7.0.0
-->
<query name="useFilterForSortedQuery">false</query>
<!--
Special configs for Query Result Cache
7.0.0
-->
<query name="queryResultWindowSize">20</query>
<query name="queryResultMaxDocsCached">200</query>
<query name="maxBooleanClauses">1024</query>