You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2019/11/25 09:57:02 UTC

[GitHub] [lucene-solr] romseygeek opened a new pull request #1037: LUCENE-9062: QueryVisitor.consumeTermsMatching

romseygeek opened a new pull request #1037: LUCENE-9062: QueryVisitor.consumeTermsMatching
URL: https://github.com/apache/lucene-solr/pull/1037
 
 
   This commit adds a `consumeTermsMatching()` method to QueryVisitor, allowing
   queries that match against a class of terms to report this back to the visitor.  It also
   changes highlighting code to use this new method, replacing the current implementation
   via `instanceof` checks.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org