rmuir commented on PR #16356: URL: https://github.com/apache/lucene/pull/16356#issuecomment-5060891010
Also i wonder if the benchmark removed stopwords. They can really skew the results! If you don't want to remove stopwords, you can at least not pass them thru the stemmer, e.g. using KeywordMarkerFilter/StemmerOverrideFilter/ProtectedWordsFilter/etc. its the same idea: the very high frequency words go into a chararrayset and avoid being run thru the stemmer. -- 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]
