update to Lucene 9.3

This commit is contained in:
Konstantin Perikov
2022-09-27 21:48:56 +01:00
parent 40fe59dd02
commit 1ecc7aaf9d
6 changed files with 21 additions and 20 deletions

View File

@ -16,7 +16,7 @@
package org.apache.lucene.morphology;
import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.analysis.BaseTokenStreamTestCase;
import org.apache.lucene.tests.analysis.BaseTokenStreamTestCase;
import org.apache.lucene.analysis.CharArraySet;
import org.apache.lucene.analysis.LowerCaseFilter;
import org.apache.lucene.analysis.TokenFilter;
@ -41,7 +41,7 @@ import java.util.*;
import static org.hamcrest.Matchers.equalTo;
public class AnalyzersTest extends BaseTokenStreamTestCase {
public class TestAnalyzers extends BaseTokenStreamTestCase {
@Test
public void shouldGiveCorrectWordsForEnglish() throws IOException {

View File

@ -33,7 +33,7 @@ import java.util.Set;
import static org.hamcrest.CoreMatchers.equalTo;
public class LuceneMorphTest {
public class TestLuceneMorph {
@Test
public void englishMorphologyShouldGetCorrectNormalForm() throws IOException {