Method ScoreSubDocsAtOnce
ScoreSubDocsAtOnce()
Override this and return true if your collector
(e.g., false
. Note that if you return true from
this method (in a subclass) be sure your collector
also returns false
from AcceptsDocsOutOfOrder:
this will trick BooleanQuery into also scoring all subDocs at
once.
Declaration
protected virtual bool ScoreSubDocsAtOnce()
Returns
Type | Description |
---|---|
System.Boolean |