LUCENE-10085: Rename DocValuesFieldExistsQuery test (#441)

FieldValueQuery got renamed to DocValuesFieldExistsQuery but the test
wasn't renamed.
This commit is contained in:
Quentin Pradet 2021-11-15 19:24:29 +04:00 committed by GitHub
parent 3b914a4d73
commit 1e5e997880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import org.apache.lucene.search.BooleanClause.Occur;
import org.apache.lucene.store.Directory;
import org.apache.lucene.util.LuceneTestCase;
public class TestFieldValueQuery extends LuceneTestCase {
public class TestDocValuesFieldExistsQuery extends LuceneTestCase {
public void testRandom() throws IOException {
final int iters = atLeast(10);