mirror of https://github.com/apache/lucene.git
SOLR-5049: use '5.0' as luceneMatchVersion in all example solrconfig.xml files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1504566 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dcd4d54d8a
commit
026c9523bd
|
@ -24,7 +24,7 @@
|
||||||
that you fully re-index after changing this setting as it can affect both how text is indexed
|
that you fully re-index after changing this setting as it can affect both how text is indexed
|
||||||
and queried.
|
and queried.
|
||||||
-->
|
-->
|
||||||
<luceneMatchVersion>LUCENE_50</luceneMatchVersion>
|
<luceneMatchVersion>5.0</luceneMatchVersion>
|
||||||
|
|
||||||
<jmx />
|
<jmx />
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
that you fully re-index after changing this setting as it can affect both how text is indexed
|
that you fully re-index after changing this setting as it can affect both how text is indexed
|
||||||
and queried.
|
and queried.
|
||||||
-->
|
-->
|
||||||
<luceneMatchVersion>LUCENE_50</luceneMatchVersion>
|
<luceneMatchVersion>5.0</luceneMatchVersion>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
NOTE: In order to reduce Jar duplication, dataimporthandler-extras
|
NOTE: In order to reduce Jar duplication, dataimporthandler-extras
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
that you fully re-index after changing this setting as it can affect both how text is indexed
|
that you fully re-index after changing this setting as it can affect both how text is indexed
|
||||||
and queried.
|
and queried.
|
||||||
-->
|
-->
|
||||||
<luceneMatchVersion>LUCENE_50</luceneMatchVersion>
|
<luceneMatchVersion>5.0</luceneMatchVersion>
|
||||||
|
|
||||||
<jmx />
|
<jmx />
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
that you fully re-index after changing this setting as it can affect both how text is indexed
|
that you fully re-index after changing this setting as it can affect both how text is indexed
|
||||||
and queried.
|
and queried.
|
||||||
-->
|
-->
|
||||||
<luceneMatchVersion>LUCENE_50</luceneMatchVersion>
|
<luceneMatchVersion>5.0</luceneMatchVersion>
|
||||||
|
|
||||||
<jmx />
|
<jmx />
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
that you fully re-index after changing this setting as it can affect both how text is indexed
|
that you fully re-index after changing this setting as it can affect both how text is indexed
|
||||||
and queried.
|
and queried.
|
||||||
-->
|
-->
|
||||||
<luceneMatchVersion>LUCENE_50</luceneMatchVersion>
|
<luceneMatchVersion>5.0</luceneMatchVersion>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
NOTE: In order to reduce Jar duplication, dataimporthandler-extras
|
NOTE: In order to reduce Jar duplication, dataimporthandler-extras
|
||||||
|
|
|
@ -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_50</luceneMatchVersion>
|
<luceneMatchVersion>5.0</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
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
It is *not* a good example to work from.
|
It is *not* a good example to work from.
|
||||||
-->
|
-->
|
||||||
<config>
|
<config>
|
||||||
<luceneMatchVersion>LUCENE_50</luceneMatchVersion>
|
<luceneMatchVersion>5.0</luceneMatchVersion>
|
||||||
<!-- The DirectoryFactory to use for indexes.
|
<!-- The DirectoryFactory to use for indexes.
|
||||||
solr.StandardDirectoryFactory, the default, is filesystem based.
|
solr.StandardDirectoryFactory, the default, is filesystem based.
|
||||||
solr.RAMDirectoryFactory is memory based, not persistent, and doesn't work with replication. -->
|
solr.RAMDirectoryFactory is memory based, not persistent, and doesn't work with replication. -->
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
It is *not* a good example to work from.
|
It is *not* a good example to work from.
|
||||||
-->
|
-->
|
||||||
<config>
|
<config>
|
||||||
<luceneMatchVersion>LUCENE_50</luceneMatchVersion>
|
<luceneMatchVersion>5.0</luceneMatchVersion>
|
||||||
<!-- The DirectoryFactory to use for indexes.
|
<!-- The DirectoryFactory to use for indexes.
|
||||||
solr.StandardDirectoryFactory, the default, is filesystem based.
|
solr.StandardDirectoryFactory, the default, is filesystem based.
|
||||||
solr.RAMDirectoryFactory is memory based, not persistent, and doesn't work with replication. -->
|
solr.RAMDirectoryFactory is memory based, not persistent, and doesn't work with replication. -->
|
||||||
|
|
|
@ -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_50</luceneMatchVersion>
|
<luceneMatchVersion>5.0</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