rmuir commented on PR #13757: URL: https://github.com/apache/lucene/pull/13757#issuecomment-2343213742
the straightforward way would be to add: * Similarity(boolean) * Similarity() -> this(true) * add getter (only), no setter. this is also duplicated in subclasses. For me this stuff is ok, because we are making the tradeoff to simplify just the index-time side of this thing, by giving it a default implementation. -- 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]
