From 5935adb51f45c2150879852b36f115f847fb3d07 Mon Sep 17 00:00:00 2001 From: Yonik Seeley Date: Thu, 26 Aug 2010 20:19:43 +0000 Subject: [PATCH] use latest luceneMatchVersion in example schema git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@989914 13f79535-47bb-0310-9956-ffa450edef68 --- solr/example/solr/conf/solrconfig.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/example/solr/conf/solrconfig.xml b/solr/example/solr/conf/solrconfig.xml index 6e06eb6b73b..2203921cc96 100755 --- a/solr/example/solr/conf/solrconfig.xml +++ b/solr/example/solr/conf/solrconfig.xml @@ -30,7 +30,7 @@ that you fully re-index after changing this setting as it can affect both how text is indexed and queried. --> - LUCENE_31 + LUCENE_40