Find matching terms from a Matches object [LUCENE-9072]
Open
legacy-jira-priority:Major
type:enhancement
- Dominant language
- Java
- Stars
- 3.6k
- Forks
- 1.4k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 88
Description
The Matches API tells us which queries have matched, and what positions they have matched at, but not necessarily which actual terms matched. This issue is for adding a way of finding matching terms, allowing users to build results pages that indicate which specific query terms are present or absent in each top-k hit.
---
Migrated from [LUCENE-9072](https://issues.apache.org/jira/browse/LUCENE-9072) by Alan Woodward (@romseygeek), updated Jan 07 2020
Contributor guide
Assessment
This issue has not been assessed yet.