| Package | Description |
|---|---|
| org.elasticsearch.index.query | |
| org.elasticsearch.index.search.child |
| 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 ScoreType |
ChildrenQuery.scoreType
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ScoreType |
ScoreType.fromString(String type) |
static ScoreType |
ScoreType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScoreType[] |
ScoreType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
Copyright © 2009–2017. All rights reserved.