mirror of https://github.com/apache/lucene.git
- Corrected termInfosIndexDivisor to setTermIndexDivisor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1091638 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ca8821055c
commit
34533ad635
|
@ -295,7 +295,7 @@
|
||||||
<!--
|
<!--
|
||||||
<indexReaderFactory name="IndexReaderFactory"
|
<indexReaderFactory name="IndexReaderFactory"
|
||||||
class="org.apache.solr.core.StandardIndexReaderFactory"> <int
|
class="org.apache.solr.core.StandardIndexReaderFactory"> <int
|
||||||
name="termInfosIndexDivisor">12</int> </indexReaderFactory >
|
name="setTermIndexDivisor">12</int> </indexReaderFactory >
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue