romseygeek opened a new pull request #1045: LUCENE-9072: Find matching terms 
from Matches API
URL: https://github.com/apache/lucene-solr/pull/1045
 
 
   The Matches API tells us which queries have matched, and what positions they 
have 
   matched at, but not necessarily which actual terms matched. This commit adds
   a `getMatchingTerms` method to `Matches`, allowing users to build results 
pages that 
   indicate which specific query terms are present or absent in each top-k hit.

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


With regards,
Apache Git Services

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

Reply via email to