mirror of https://github.com/apache/lucene.git
LUCENE-6044: removed one last (for realz this time) enablePositionIncrements mention from a test schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658000 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6c68cedd50
commit
77bf475f97
|
@ -371,10 +371,7 @@
|
||||||
<!-- in this example, we will only use synonyms at query time
|
<!-- in this example, we will only use synonyms at query time
|
||||||
<filter class="solr.SynonymFilterFactory" synonyms="index_synonyms.txt" ignoreCase="true" expand="false"/>
|
<filter class="solr.SynonymFilterFactory" synonyms="index_synonyms.txt" ignoreCase="true" expand="false"/>
|
||||||
-->
|
-->
|
||||||
<!-- Case insensitive stop word removal.
|
<!-- Case insensitive stop word removal. -->
|
||||||
add enablePositionIncrements=true in both the index and query
|
|
||||||
analyzers to leave a 'gap' for more accurate phrase queries.
|
|
||||||
-->
|
|
||||||
<filter class="solr.StopFilterFactory"
|
<filter class="solr.StopFilterFactory"
|
||||||
ignoreCase="true"
|
ignoreCase="true"
|
||||||
words="lang/stopwords_en.txt"
|
words="lang/stopwords_en.txt"
|
||||||
|
|
Loading…
Reference in New Issue