benwtrent commented on code in PR #12915:
URL: https://github.com/apache/lucene/pull/12915#discussion_r1528339145


##########
lucene/CHANGES.txt:
##########
@@ -174,12 +174,14 @@ API Changes
 
 New Features
 ---------------------
-
 * GITHUB#12679: Add support for similarity-based vector searches using 
[Byte|Float]VectorSimilarityQuery. Uses a new
   VectorSimilarityCollector to find all vectors scoring above a 
`resultSimilarity` while traversing the HNSW graph till
   better-scoring nodes are available, or the best candidate is below a score 
of `traversalSimilarity` in the lowest
   level. (Aditya Prakash, Kaival Parikh)
 
+* GITHUB#12915: Add new token filters for Japanese sutegana (捨て仮名). This 
introduces JapaneseHiraganaUppercaseFilter
+  and JapaneseKatakanaUppercaseFilter. (Dai Sugimori)
+

Review Comment:
   We have since released 9.10. Could you add your changes to 9.11 and remove 
from 9.10?



-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to