uschindler commented on code in PR #12141: URL: https://github.com/apache/lucene/pull/12141#discussion_r1102785415
########## lucene/core/src/java/org/apache/lucene/index/PrefixCodedTerms.java: ########## @@ -104,6 +105,16 @@ public PrefixCodedTerms finish() { } } + public static Collector<BytesRef, Builder, PrefixCodedTerms> collector(String field) { Review Comment: sorry I placed this here, because I found no other common place. -- 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