Skip to content

Commit

Permalink
LUCENE-7064: Split MultiPhraseQuery into an immutable class and a Bui…
Browse files Browse the repository at this point in the history
…lder

This closes #19
  • Loading branch information
LucVL authored and jpountz committed Mar 4, 2016
1 parent 3ffecca commit 40aab73
Show file tree
Hide file tree
Showing 23 changed files with 411 additions and 325 deletions.
3 changes: 3 additions & 0 deletions lucene/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ API Changes
* LUCENE-7058: Add getters to various Query implementations (Guillaume Smet via
Alan Woodward)

* LUCENE-7064: MultiPhraseQuery is now immutable and should be constructed
with MultiPhraseQuery.Builder.

Optimizations

* LUCENE-6891: Use prefix coding when writing points in
Expand Down
Loading

0 comments on commit 40aab73

Please sign in to comment.