Skip to content

Commit 78c9d7f

Browse files
committed
adding the particular query
1 parent 343b05e commit 78c9d7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-tools-internal/src/main/resources/forbidden/es-all-signatures.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ org.apache.lucene.document.LongField#newExactQuery(java.lang.String, long) @ Use
6868
org.apache.lucene.document.LongField#newRangeQuery(java.lang.String, long, long) @ Use org.elasticsearch.lucene.document.NumericField#newRangeLongQuery(java.lang.String, long, long) instead.
6969
org.apache.lucene.document.IntField#newExactQuery(java.lang.String, int) @ Use org.elasticsearch.lucene.document.NumericField#newExactIntQuery(java.lang.String, int) instead.
7070
org.apache.lucene.document.IntField#newRangeQuery(java.lang.String, int, int) @ Use org.elasticsearch.lucene.document.NumericField#newRangeIntQuery(java.lang.String, int, int) instead.
71+
org.apache.lucene.search.IndexSortSortedNumericDocValuesRangeQuery @ use org.elasticsearch.lucene.search.XIndexSortSortedNumericDocValuesRangeQuery instead.

0 commit comments

Comments
 (0)