| パッケージ | 説明 |
|---|---|
| org.elasticsearch.index.fielddata | |
| org.elasticsearch.index.fielddata.plain | |
| org.elasticsearch.index.search.child |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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. |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
ParentChildIndexFieldData
ParentChildIndexFieldData is responsible for loading the id cache mapping
needed for has_child and has_parent queries into memory.
|
class |
ParentChildIndexFieldData.GlobalFieldData |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static org.apache.lucene.index.MultiDocValues.OrdinalMap |
ParentChildIndexFieldData.getOrdinalMap(IndexParentChildFieldData indexParentChildFieldData,
String type)
Returns the global ordinal map for the specified type
|
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected IndexParentChildFieldData |
ChildrenQuery.ParentCollector.globalIfd |
| コンストラクタと説明 |
|---|
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)
非推奨です。
|
ParentCollector(IndexParentChildFieldData globalIfd,
SearchContext searchContext,
String parentType) |
ParentScoreCollector(IndexParentChildFieldData globalIfd,
SearchContext searchContext,
String parentType) |
ParentScoreCountCollector(IndexParentChildFieldData globalIfd,
SearchContext searchContext,
String parentType) |
Copyright © 2009–2016. All rights reserved.