romseygeek opened a new pull request #749: LUCENE-8893: Intervals.prefix() and Intervals.wildcard() should take BytesRef URL: https://github.com/apache/lucene-solr/pull/749 Generally speaking, when parsers are creating wildcard or prefix IntervalsSources, they will first want to pass the user input through Analyzer.normalize(). This returns a BytesRef rather than a String, so the factory methods for these sources should take BytesRef as well.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
