Modifier and Type | Method and Description |
---|---|
IndexParentChildFieldData |
IndexParentChildFieldData.loadGlobal(org.apache.lucene.index.IndexReader indexReader)
Load a global view of the ordinals for the given
IndexReader ,
potentially from a cache. |
IndexParentChildFieldData |
IndexParentChildFieldData.localGlobalDirect(org.apache.lucene.index.IndexReader 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.
|
Modifier and Type | Method and Description |
---|---|
IndexParentChildFieldData |
ParentChildIndexFieldData.loadGlobal(org.apache.lucene.index.IndexReader indexReader) |
IndexParentChildFieldData |
ParentChildIndexFieldData.localGlobalDirect(org.apache.lucene.index.IndexReader indexReader) |
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,
FixedBitSetFilter nonNestedDocsFilter) |
ParentCollector(IndexParentChildFieldData globalIfd,
SearchContext searchContext,
String parentType) |
ParentScoreCollector(IndexParentChildFieldData globalIfd,
SearchContext searchContext,
String parentType) |
ParentScoreCountCollector(IndexParentChildFieldData globalIfd,
SearchContext searchContext,
String parentType) |
TopChildrenQuery(IndexParentChildFieldData parentChildIndexFieldData,
org.apache.lucene.search.Query childQuery,
String childType,
String parentType,
ScoreType scoreType,
int factor,
int incrementalFactor,
CacheRecycler cacheRecycler,
FixedBitSetFilter nonNestedDocsFilter) |
Modifier and Type | Field and Description |
---|---|
protected IndexParentChildFieldData |
ValuesSource.Bytes.ParentChild.globalFieldData |
Copyright © 2009–2015. All rights reserved.