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:
Yonik Seeley 2014-03-07 20:59:28 +00:00
parent 26c79531b0
commit 9900e7c44d
1 changed files with 1 additions and 1 deletions

View File

@ -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,