Class | Description |
---|---|
ChildrenConstantScoreQuery | |
ChildrenQuery |
A query implementation that executes the wrapped child query and connects all the matching child docs to the related
parent documents using
ParentChildIndexFieldData . |
ChildrenQuery.ParentCollector | |
ChildrenQuery.ParentScoreCollector | |
ChildrenQuery.ParentScoreCountCollector | |
ConstantScorer |
A scorer that wraps a
DocIdSetIterator and emits a constant score. |
CustomQueryWrappingFilter |
Forked from
QueryWrapperFilter to make sure the weight is only created once. |
ParentConstantScoreQuery |
A query that only return child documents that are linked to the parent documents that matched with the inner query.
|
ParentQuery |
A query implementation that executes the wrapped parent query and
connects the matching parent docs to the related child documents
using the
ParentChildIndexFieldData . |
TopChildrenQuery |
A query that evaluates the top matching child documents (based on the score) in order to determine what
parent documents to return.
|
Enum | Description |
---|---|
ScoreType |
Defines how scores from child documents are mapped into the parent document.
|
Copyright © 2009–2015. All rights reserved.