| 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 | Deprecated |
| Enum | Description |
|---|---|
| ScoreType |
Defines how scores from child documents are mapped into the parent document.
|
Copyright © 2009–2016. All rights reserved.