- 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:
Otis Gospodnetic 2011-04-13 03:39:19 +00:00
parent ca8821055c
commit 34533ad635
1 changed files with 1 additions and 1 deletions

View File

@ -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 >
--> -->