Package | Description |
---|---|
org.elasticsearch.index.search.child | |
org.elasticsearch.search.aggregations.support |
Modifier and Type | Field and Description |
---|---|
protected ParentChildIndexFieldData |
ChildrenQuery.ifd |
Constructor and Description |
---|
ChildrenQuery(ParentChildIndexFieldData ifd,
String parentType,
String childType,
org.apache.lucene.search.Filter parentFilter,
org.apache.lucene.search.Query childQuery,
ScoreType scoreType,
int minChildren,
int maxChildren,
int shortCircuitParentDocSet,
FixedBitSetFilter nonNestedDocsFilter) |
ParentConstantScoreQuery(ParentChildIndexFieldData parentChildIndexFieldData,
org.apache.lucene.search.Query parentQuery,
String parentType,
org.apache.lucene.search.Filter childrenFilter) |
ParentQuery(ParentChildIndexFieldData parentChildIndexFieldData,
org.apache.lucene.search.Query parentQuery,
String parentType,
org.apache.lucene.search.Filter childrenFilter) |
Modifier and Type | Field and Description |
---|---|
protected ParentChildIndexFieldData |
ValuesSource.Bytes.ParentChild.indexFieldData |
Constructor and Description |
---|
ParentChild(ParentChildIndexFieldData indexFieldData,
ValuesSource.MetaData metaData) |
Copyright © 2009–2015. All rights reserved.