romseygeek commented on a change in pull request #1011: LUCENE-9031: Just
highlight term intervals and its' combinations.
URL: https://github.com/apache/lucene-solr/pull/1011#discussion_r347098277
##########
File path:
lucene/queries/src/java/org/apache/lucene/queries/intervals/TermIntervalsSource.java
##########
@@ -258,6 +267,8 @@ public void visit(String field, QueryVisitor visitor) {
*/
private static final int TERM_OPS_PER_POS = 7;
+ private TermQuery matchingQuery;
+
Review comment:
don't need this anymore
----------------------------------------------------------------
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]