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:
Chris M. Hostetter 2013-07-18 17:44:04 +00:00
parent dcd4d54d8a
commit 026c9523bd
9 changed files with 9 additions and 9 deletions

View File

@ -24,7 +24,7 @@
that you fully re-index after changing this setting as it can affect both how text is indexed
and queried.
-->
<luceneMatchVersion>LUCENE_50</luceneMatchVersion>
<luceneMatchVersion>5.0</luceneMatchVersion>
<jmx />

View File

@ -24,7 +24,7 @@
that you fully re-index after changing this setting as it can affect both how text is indexed
and queried.
-->
<luceneMatchVersion>LUCENE_50</luceneMatchVersion>
<luceneMatchVersion>5.0</luceneMatchVersion>
<!--
NOTE: In order to reduce Jar duplication, dataimporthandler-extras

View File

@ -24,7 +24,7 @@
that you fully re-index after changing this setting as it can affect both how text is indexed
and queried.
-->
<luceneMatchVersion>LUCENE_50</luceneMatchVersion>
<luceneMatchVersion>5.0</luceneMatchVersion>
<jmx />

View File

@ -24,7 +24,7 @@
that you fully re-index after changing this setting as it can affect both how text is indexed
and queried.
-->
<luceneMatchVersion>LUCENE_50</luceneMatchVersion>
<luceneMatchVersion>5.0</luceneMatchVersion>
<jmx />

View File

@ -24,7 +24,7 @@
that you fully re-index after changing this setting as it can affect both how text is indexed
and queried.
-->
<luceneMatchVersion>LUCENE_50</luceneMatchVersion>
<luceneMatchVersion>5.0</luceneMatchVersion>
<!--
NOTE: In order to reduce Jar duplication, dataimporthandler-extras

View File

@ -35,7 +35,7 @@
that you fully re-index after changing this setting as it can
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
identified and use them to resolve any "plugins" specified in

View File

@ -21,7 +21,7 @@
It is *not* a good example to work from.
-->
<config>
<luceneMatchVersion>LUCENE_50</luceneMatchVersion>
<luceneMatchVersion>5.0</luceneMatchVersion>
<!-- The DirectoryFactory to use for indexes.
solr.StandardDirectoryFactory, the default, is filesystem based.
solr.RAMDirectoryFactory is memory based, not persistent, and doesn't work with replication. -->

View File

@ -21,7 +21,7 @@
It is *not* a good example to work from.
-->
<config>
<luceneMatchVersion>LUCENE_50</luceneMatchVersion>
<luceneMatchVersion>5.0</luceneMatchVersion>
<!-- The DirectoryFactory to use for indexes.
solr.StandardDirectoryFactory, the default, is filesystem based.
solr.RAMDirectoryFactory is memory based, not persistent, and doesn't work with replication. -->

View File

@ -35,7 +35,7 @@
that you fully re-index after changing this setting as it can
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
identified and use them to resolve any "plugins" specified in