mirror of https://github.com/apache/lucene.git
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:
parent
03db7c81c1
commit
107da37d21
|
@ -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>
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue