LUCENE-5493: add missing experimental tag

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5493@1575017 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2014-03-06 19:15:25 +00:00
parent 6890323868
commit c16165e760
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ import org.apache.lucene.util.FixedBitSet;
* <li>Cannot yet be used with {@link IndexSearcher#searchAfter(ScoreDoc, Query, int, Sort) IndexSearcher.searchAfter}
* <li>Filling sort field values is not yet supported.
* </ul>
* @lucene.experimental
*/
// TODO: can/should we clean this thing up (e.g. return a proper sort value)
// and move to the join/ module?