mirror of https://github.com/apache/lucene.git
LUCENE-5489: add changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579914 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d3cff1ae8d
commit
9f7d52ca2e
|
@ -123,6 +123,10 @@ New Features
|
|||
that want to do two-pass tokenization such as by sentence and then by word.
|
||||
(Robert Muir)
|
||||
|
||||
* LUCENE-5489: Add Rescorer/QueryRescorer, to resort the hits from a
|
||||
first pass search using scores from a more costly second pass
|
||||
search. (Simon Willnauer, Robert Muir, Mike McCandless)
|
||||
|
||||
API Changes
|
||||
|
||||
* LUCENE-5454: Add RandomAccessOrds, an optional extension of SortedSetDocValues
|
||||
|
|
Loading…
Reference in New Issue