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


##########
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:
   Thanks @benwtrent, this is done.



-- 
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]

Reply via email to