mirror of https://github.com/apache/lucene.git
LUCENE-10085: Rename DocValuesFieldExistsQuery test (#441)
FieldValueQuery got renamed to DocValuesFieldExistsQuery but the test wasn't renamed.
This commit is contained in:
parent
3b914a4d73
commit
1e5e997880
|
@ -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);
|
Loading…
Reference in New Issue