Upgrade to lucene-5.2-snapshot-1675927

This commit is contained in:
Ryan Ernst 2015-04-24 12:30:26 -07:00
parent 95e9b86505
commit f27f5aaa22
2 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<properties> <properties>
<lucene.version>5.2.0</lucene.version> <lucene.version>5.2.0</lucene.version>
<lucene.snapshot.revision>1675363</lucene.snapshot.revision> <lucene.snapshot.revision>1675927</lucene.snapshot.revision>
<lucene.maven.version>5.2.0-snapshot-${lucene.snapshot.revision}</lucene.maven.version> <lucene.maven.version>5.2.0-snapshot-${lucene.snapshot.revision}</lucene.maven.version>
<testframework.version>2.1.14</testframework.version> <testframework.version>2.1.14</testframework.version>
<tests.jvms>auto</tests.jvms> <tests.jvms>auto</tests.jvms>

View File

@ -164,6 +164,8 @@ public class AnalysisFactoryTests extends ElasticsearchTestCase {
put("hyphenatedwords", Void.class); put("hyphenatedwords", Void.class);
// repeats anything marked as keyword // repeats anything marked as keyword
put("keywordrepeat", Void.class); put("keywordrepeat", Void.class);
// like limittokencount, but by offset
put("limittokenoffset", Void.class);
// like limittokencount, but by position // like limittokencount, but by position
put("limittokenposition", Void.class); put("limittokenposition", Void.class);
// ??? // ???