public abstract static class ToParentBlockJoinQuery.ChildrenMatchesScorer extends Scorer
ToParentBlockJoinQuery's scorer.Scorer.ChildScorer| Modifier | Constructor and Description |
|---|---|
protected |
ChildrenMatchesScorer(Weight weight)
inherited constructor
|
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getChildCount()
reports matched children
|
abstract int[] |
swapChildDocs(int[] other)
reports matched children
|
abstract void |
trackPendingChildHits()
enables children matches recording
|
docID, freq, getChildren, getWeight, iterator, score, twoPhaseIteratorprotected ChildrenMatchesScorer(Weight weight)
public abstract void trackPendingChildHits()
public abstract int getChildCount()
public abstract int[] swapChildDocs(int[] other)
other - array for recording matching children docs of next parent,
it might be null (that's slower) or the same array which was returned
from the previous callgetChildCount() matched children docnumsCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.