Skip to content
Closed
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
cba88da
LUCENE-8464: Implement ConstantScoreScorer#setMinCompetitiveScore
cbismuth Nov 8, 2018
455671f
Merge branch 'master' into LUCENE-8464
cbismuth Nov 9, 2018
0ad2f78
LUCENE-8464: Retain doc id order in test index writer
cbismuth Nov 9, 2018
8d7d5ae
LUCENE-8464: Ensure all docs are in a single segment
cbismuth Nov 9, 2018
d077aad
LUCENE-8464: Remove unnecessary "final" qualifiers
cbismuth Nov 9, 2018
862c5a9
LUCENE-8464: Retain doc id to not lose it when iterator is reset
cbismuth Nov 9, 2018
2112b08
LUCENE-8464: Ensure doc id isn't lost after setting minCompetitiveScore
cbismuth Nov 9, 2018
cd32788
LUCENE-8464: Remove unnecessary matchers
cbismuth Nov 9, 2018
ca236c2
LUCENE-8464: Improve test readability
cbismuth Nov 9, 2018
cb6214c
LUCENE-8464: Ensure doc id isn't lost after setting minCompetitiveScore
cbismuth Nov 9, 2018
bba4b79
LUCENE-8464: Use approximation doc when available
cbismuth Nov 9, 2018
1846ca1
LUCENE-8464: Fix scorer iterator class assertion in test
cbismuth Nov 9, 2018
19e156c
LUCENE-8464: Retain doc from two phase iterator approximation
cbismuth Nov 9, 2018
6a71907
LUCENE-8464: Wrap two phase iterator approximation to retain doc
cbismuth Nov 10, 2018
c88e198
Merge branch 'master' into LUCENE-8464
cbismuth Nov 10, 2018
61a53f2
LUCENE-8464: Wrap two phase iterator to avoid duplicating code
cbismuth Nov 10, 2018
3fe29ba
LUCENE-8464: Use wrappers instead of anonymous classes
cbismuth Nov 12, 2018
291b686
LUCENE-8464: Keep class attribute references and update DISI delegates
cbismuth Nov 12, 2018
aa548be
LUCENE-8464: Declare wrapper class attribute to ease readability
cbismuth Nov 12, 2018
767c7b1
LUCENE-8464: Test scorer with two phase iterator
cbismuth Nov 12, 2018
7ec5d01
Merge branch 'master' into LUCENE-8464
cbismuth Nov 12, 2018
ffabac0
LUCENE-8464: Restore whitespaces
cbismuth Nov 12, 2018
272778b
LUCENE-8464: Remove extra iterator wrapper
cbismuth Nov 13, 2018
089c685
LUCENE-8464: Remove unnecessary two phase iterator wrapper definition
cbismuth Nov 13, 2018
5430884
LUCENE-8464: Remove unnecessary BooleanQuery type to create scorer
cbismuth Nov 13, 2018
8895dc8
LUCENE-8464: Assign disi to approximation to ease reset
cbismuth Nov 13, 2018
a211621
LUCENE-8464: Use phrase query to test two phase iterator construct
cbismuth Nov 13, 2018
d5f15c9
Merge branch 'master' into LUCENE-8464
cbismuth Nov 14, 2018
114013f
LUCENE-8464: Encapsulate doc in iterator wrapper
cbismuth Nov 14, 2018
faa0c77
LUCENE-8464: Test two phase matching
cbismuth Nov 14, 2018
ae79b64
LUCENE-8464: Add score mode support to ConstantScoreScorer class
cbismuth Nov 14, 2018
d167d37
LUCENE-8464: Remove test assertion on scorer iterator class
cbismuth Nov 14, 2018
6ad1c0b
LUCENE-8464: Ensure iterator isn't reset with two phase matching
cbismuth Nov 14, 2018
d114c02
LUCENE-8464: Prevent score computation from query caching
cbismuth Nov 15, 2018
d5c82d8
LUCENE-8464: Allow visiting all results without scoring requirement
cbismuth Nov 15, 2018
352dce1
LUCENE-8464: Revert test to its original implementation
cbismuth Nov 15, 2018
f817a36
Merge branch 'master' into LUCENE-8464
cbismuth Nov 15, 2018
c5a8317
LUCENE-8464: Ensure index reader single leaf
cbismuth Nov 16, 2018
b3abef8
Merge branch 'master' into LUCENE-8464
cbismuth Nov 20, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.