apanimesh061 commented on a change in pull request #412: URL: https://github.com/apache/lucene/pull/412#discussion_r757907807
########## File path: lucene/highlighter/src/java/org/apache/lucene/search/uhighlight/UnifiedHighlighter.java ########## @@ -117,13 +116,6 @@ protected final Analyzer indexAnalyzer; - private boolean defaultHandleMtq = true; // e.g. wildcards - - private boolean defaultHighlightPhrasesStrictly = true; // AKA "accuracy" or "query debugging" - - // For analysis, prefer MemoryIndexOffsetStrategy - private boolean defaultPassageRelevancyOverSpeed = true; - private int maxLength = DEFAULT_MAX_LENGTH; Review comment: All fields have been made final -- 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