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/29 12:45:23 UTC

[GitHub] [lucene-solr] romseygeek opened a new pull request #1045: LUCENE-9072: Find matching terms from Matches API

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:
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