| Package | Description |
|---|---|
| org.elasticsearch.index.query | |
| org.elasticsearch.index.search.child | |
| org.elasticsearch.search.aggregations.support |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.lucene.search.Query |
HasChildQueryParser.joinUtilHelper(String parentType,
ParentChildIndexFieldData parentChildIndexFieldData,
org.apache.lucene.search.similarities.Similarity similarity,
org.apache.lucene.search.Query toQuery,
ScoreType scoreType,
org.apache.lucene.search.Query innerQuery,
int minChildren,
int maxChildren) |
| Modifier and Type | Field and Description |
|---|---|
protected ParentChildIndexFieldData |
ChildrenQuery.ifd
Deprecated.
|
| 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,
org.apache.lucene.search.join.BitSetProducer nonNestedDocsFilter)
Deprecated.
|
ParentConstantScoreQuery(ParentChildIndexFieldData parentChildIndexFieldData,
org.apache.lucene.search.Query parentQuery,
String parentType,
org.apache.lucene.search.Filter childrenFilter)
Deprecated.
|
ParentQuery(ParentChildIndexFieldData parentChildIndexFieldData,
org.apache.lucene.search.Query parentQuery,
String parentType,
org.apache.lucene.search.Filter childrenFilter)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected ParentChildIndexFieldData |
ValuesSource.Bytes.ParentChild.indexFieldData |
| Constructor and Description |
|---|
ValuesSource.Bytes.ParentChild(ParentChildIndexFieldData indexFieldData) |
Copyright © 2009–2017. All rights reserved.