update javadoc for allowDocsOutOfOrder

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@745886 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-02-19 14:44:53 +00:00
parent 03db7c81c1
commit 107da37d21
1 changed files with 5 additions and 3 deletions

View File

@ -325,9 +325,11 @@ public class BooleanQuery extends Query {
* </p>
*
* <p>
* Specifics: By setting this option to true, calls to
* {@link HitCollector#collect(int,float)} might be
* invoked first for docid N and only later for docid N-1.
* Specifics: By setting this option to true, docid N might be scored
* for a single segment before docid N-1. Across multiple segments,
* docs may be scored out of order regardless of this setting - it only
* applies to scoring a single segment.
*
* Being static, this setting is system wide.
* </p>
*/