mirror of https://github.com/apache/lucene.git
fix luceneMatchVersion in uima test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1136027 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6aaaf9ca94
commit
3d8fc3de5d
solr/contrib/uima/src/test/resources/solr-uima/conf
|
@ -24,9 +24,7 @@
|
||||||
https://issues.apache.org/jira/browse/SOLR-1167
|
https://issues.apache.org/jira/browse/SOLR-1167
|
||||||
-->
|
-->
|
||||||
<config xmlns:xi="http://www.w3.org/2001/XInclude">
|
<config xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
|
<luceneMatchVersion>${tests.luceneMatchVersion:LUCENE_CURRENT}</luceneMatchVersion>
|
||||||
<luceneMatchVersion>LUCENE_40</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 your
|
identified and use them to resolve any "plugins" specified in your
|
||||||
|
|
Loading…
Reference in New Issue