Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LUCENE-8286: UH initial support for Weight.matches #409

Closed
wants to merge 14 commits into from

Conversation

dsmiley
Copy link
Contributor

@dsmiley dsmiley commented Jun 25, 2018

UnifiedHighlighter support for Weight.matches. See LUCENE-8286

…ructor

(to reduce number of args to all the OffsetStrategy impls)
Was a non-issue when OE == term but more of an issue in other cases.
Now matches order within the Passage is more sane in such cases.
…e merged.

When matches overlap, the formatted passage could contain weird end/open pairs.
Formatting as if the matches were merged is more sane I think.
…when different.

Weight Matches highlighting needs this for some cases; especially
 when requireFieldMatch/fieldMatcher is in use.
Refactored FieldOffsetStrategy.getOffsetsEnum to take a LeafReader not IndexReader.
… not necessary anymore.

Updated based on MI improvements in master.
With subMatches, we have better fidelity on span queries.
And since MI can handle span queries now, no need to touch PhraseHelper.
* added to UHComponents: query, and highlightFlags
* updated tests to handle with/without WEIGHT_MATCHES
* TestUnifiedHighlighterStrictPhrases uses more randomization.
  Removed brittle score calculation dependence.
* Test Passage matches data is in order
TODO: OE freq & term()
@asfgit asfgit closed this in b19ae94 Aug 30, 2018
asfgit pushed a commit that referenced this pull request Aug 30, 2018
… MatchesIterator API.

Other API changes: New UHComponents, and FieldOffsetStrategy takes a LeafReader not IndexReader now.
Closes #409

(cherry picked from commit b19ae94)
yonik pushed a commit to yonik/lucene-solr that referenced this pull request Oct 30, 2019
* Adding back joda-time dependency for S3

* Skip sync and recovery for SHARED replicas prior to leader election
@dsmiley dsmiley deleted the LUCENE-8286 branch August 2, 2023 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant