| Package | Description |
|---|---|
| org.elasticsearch.index.fielddata | |
| org.elasticsearch.index.fielddata.plain | |
| org.elasticsearch.index.search.child |
| Modifier and Type | Method and Description |
|---|---|
IndexParentChildFieldData |
IndexParentChildFieldData.loadGlobal(org.apache.lucene.index.DirectoryReader indexReader)
Load a global view of the ordinals for the given
IndexReader,
potentially from a cache. |
IndexParentChildFieldData |
IndexParentChildFieldData.localGlobalDirect(org.apache.lucene.index.DirectoryReader indexReader)
Load a global view of the ordinals for the given
IndexReader. |
| Modifier and Type | Class and Description |
|---|---|
class |
ParentChildIndexFieldData
ParentChildIndexFieldData is responsible for loading the id cache mapping
needed for has_child and has_parent queries into memory.
|
class |
ParentChildIndexFieldData.GlobalFieldData |
| Modifier and Type | Method and Description |
|---|---|
IndexParentChildFieldData |
ParentChildIndexFieldData.loadGlobal(org.apache.lucene.index.DirectoryReader indexReader) |
IndexParentChildFieldData |
ParentChildIndexFieldData.GlobalFieldData.loadGlobal(org.apache.lucene.index.DirectoryReader indexReader) |
IndexParentChildFieldData |
ParentChildIndexFieldData.localGlobalDirect(org.apache.lucene.index.DirectoryReader indexReader) |
IndexParentChildFieldData |
ParentChildIndexFieldData.GlobalFieldData.localGlobalDirect(org.apache.lucene.index.DirectoryReader indexReader) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.lucene.index.MultiDocValues.OrdinalMap |
ParentChildIndexFieldData.getOrdinalMap(IndexParentChildFieldData indexParentChildFieldData,
String type)
Returns the global ordinal map for the specified type
|
| Modifier and Type | Field and Description |
|---|---|
protected IndexParentChildFieldData |
ChildrenQuery.ParentCollector.globalIfd |
| Constructor and Description |
|---|
ChildrenConstantScoreQuery(IndexParentChildFieldData parentChildIndexFieldData,
org.apache.lucene.search.Query childQuery,
String parentType,
String childType,
org.apache.lucene.search.Filter parentFilter,
int shortCircuitParentDocSet,
org.apache.lucene.search.join.BitSetProducer nonNestedDocsFilter)
Deprecated.
|
ChildrenQuery.ParentCollector(IndexParentChildFieldData globalIfd,
SearchContext searchContext,
String parentType) |
ChildrenQuery.ParentScoreCollector(IndexParentChildFieldData globalIfd,
SearchContext searchContext,
String parentType) |
ChildrenQuery.ParentScoreCountCollector(IndexParentChildFieldData globalIfd,
SearchContext searchContext,
String parentType) |
Copyright © 2009–2017. All rights reserved.