mirror of https://github.com/apache/lucene.git
SOLR-4985: fix luceneMatchVersion in example config
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499017 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b7203642fe
commit
618cae1092
|
@ -35,7 +35,7 @@
|
||||||
that you fully re-index after changing this setting as it can
|
that you fully re-index after changing this setting as it can
|
||||||
affect both how text is indexed and queried.
|
affect both how text is indexed and queried.
|
||||||
-->
|
-->
|
||||||
<luceneMatchVersion>LUCENE_43</luceneMatchVersion>
|
<luceneMatchVersion>LUCENE_50</luceneMatchVersion>
|
||||||
|
|
||||||
<!-- <lib/> directives can be used to instruct Solr to load an Jars
|
<!-- <lib/> directives can be used to instruct Solr to load an Jars
|
||||||
identified and use them to resolve any "plugins" specified in
|
identified and use them to resolve any "plugins" specified in
|
||||||
|
|
Loading…
Reference in New Issue