mirror of https://github.com/apache/lucene.git
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:
parent
6890323868
commit
c16165e760
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue