Skip to content

Commit

Permalink
Move CombinedFieldQuery to the core module. (#14236)
Browse files Browse the repository at this point in the history
`CombinedFieldQuery` is Lucene's most robust way of scoring across
multiple fields, let's move it to core and recommend using it to query
multiple fields.
  • Loading branch information
jpountz committed Feb 19, 2025
1 parent 1aa9e75 commit cddee42
Show file tree
Hide file tree
Showing 6 changed files with 1,232 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lucene/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ API Changes
* GITHUB#14209: Deprecate Operations.union(Automaton,Automaton) and
concatenate(Automaton,Automaton) in favor of the methods taking List. (Robert Muir)

* GITHUB#14236: CombinedFieldQuery moved from lucene-sandbox to lucene-core.
(Adrien Grand)

New Features
---------------------

Expand Down
Loading

0 comments on commit cddee42

Please sign in to comment.