slow-J commented on code in PR #12864:
URL: https://github.com/apache/lucene/pull/12864#discussion_r1416299738
##########
lucene/core/src/java/org/apache/lucene/document/KeywordField.java:
##########
@@ -170,7 +171,9 @@ public static Query newExactQuery(String field, String
value) {
* @param values the set of values to match
* @throws NullPointerException if {@code field} is null.
* @return a query matching documents with this exact value
+ * @deprecated Use the method with a collection of values instead.
Review Comment:
Will do!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]