mirror of https://github.com/apache/lucene.git
docs: fix issue number
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1575401 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
26c79531b0
commit
9900e7c44d
|
@ -188,7 +188,7 @@ New Features
|
|||
AnalyzingInfixSuggester but boosts suggestions that matched tokens
|
||||
with lower positions. (Remi Melisson via Mike McCandless)
|
||||
|
||||
* LUCENE-4399: When sorting by String (SortField.STRING), you can now
|
||||
* LUCENE-5399: When sorting by String (SortField.STRING), you can now
|
||||
specify whether missing values should be sorted first (the default),
|
||||
using SortField.setMissingValue(SortField.STRING_FIRST), or last,
|
||||
using SortField.setMissingValue(SortField.STRING_LAST). (Rob Muir,
|
||||
|
|
Loading…
Reference in New Issue