Package | Description |
---|---|
org.elasticsearch.index.search.child |
Modifier and Type | Field and Description |
---|---|
protected ScoreType |
ChildrenQuery.scoreType |
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,
FixedBitSetFilter nonNestedDocsFilter) |
TopChildrenQuery(IndexParentChildFieldData parentChildIndexFieldData,
org.apache.lucene.search.Query childQuery,
String childType,
String parentType,
ScoreType scoreType,
int factor,
int incrementalFactor,
CacheRecycler cacheRecycler,
FixedBitSetFilter nonNestedDocsFilter) |
Copyright © 2009–2015. All rights reserved.