mirror of https://github.com/apache/lucene.git
fix setInfosIndexDivisor is now setTermIndexInterval
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/solr@923004 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
15828c6ef0
commit
ea6663ff2d
|
@ -287,9 +287,9 @@
|
|||
Parameters as required by the implementation
|
||||
</indexReaderFactory >
|
||||
-->
|
||||
<!-- To set the termInfosIndexDivisor, do this: -->
|
||||
<!-- To set the setTermIndexInterval, do this: -->
|
||||
<!--<indexReaderFactory name="IndexReaderFactory" class="org.apache.solr.core.StandardIndexReaderFactory">
|
||||
<int name="termInfosIndexDivisor">12</int>
|
||||
<int name="setTermIndexInterval">12</int>
|
||||
</indexReaderFactory >-->
|
||||
|
||||
|
||||
|
|
|
@ -146,7 +146,7 @@
|
|||
</updateHandler>
|
||||
|
||||
<indexReaderFactory name="IndexReaderFactory" class="org.apache.solr.core.StandardIndexReaderFactory">
|
||||
<int name="termInfosIndexDivisor">12</int>
|
||||
<int name="setTermIndexInterval">12</int>
|
||||
</indexReaderFactory >
|
||||
|
||||
<query>
|
||||
|
|
|
@ -140,7 +140,7 @@
|
|||
</updateHandler>
|
||||
|
||||
<indexReaderFactory name="IndexReaderFactory" class="org.apache.solr.core.StandardIndexReaderFactory">
|
||||
<int name="termInfosIndexDivisor">12</int>
|
||||
<int name="setTermIndexInterval">12</int>
|
||||
</indexReaderFactory >
|
||||
|
||||
<query>
|
||||
|
|
Loading…
Reference in New Issue