| Modifier and Type | Method and Description |
|---|---|
FetchSubPhase.HitContext |
PercolateContext.hitContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
FetchSubPhase.hitExecute(SearchContext context,
FetchSubPhase.HitContext hitContext)
Executes the hit level phase, with a reader and doc id (note, its a low level reader, and the matching doc).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExplainFetchSubPhase.hitExecute(SearchContext context,
FetchSubPhase.HitContext hitContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldDataFieldsFetchSubPhase.hitExecute(SearchContext context,
FetchSubPhase.HitContext hitContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
InnerHitsFetchSubPhase.hitExecute(SearchContext context,
FetchSubPhase.HitContext hitContext) |
abstract org.apache.lucene.search.TopDocs |
InnerHitsContext.BaseInnerHits.topDocs(SearchContext context,
FetchSubPhase.HitContext hitContext) |
org.apache.lucene.search.TopDocs |
InnerHitsContext.NestedInnerHits.topDocs(SearchContext context,
FetchSubPhase.HitContext hitContext) |
org.apache.lucene.search.TopDocs |
InnerHitsContext.ParentChildInnerHits.topDocs(SearchContext context,
FetchSubPhase.HitContext hitContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
MatchedQueriesFetchSubPhase.hitExecute(SearchContext context,
FetchSubPhase.HitContext hitContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptFieldsFetchSubPhase.hitExecute(SearchContext context,
FetchSubPhase.HitContext hitContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
FetchSourceSubPhase.hitExecute(SearchContext context,
FetchSubPhase.HitContext hitContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
VersionFetchSubPhase.hitExecute(SearchContext context,
FetchSubPhase.HitContext hitContext) |
| Modifier and Type | Field and Description |
|---|---|
FetchSubPhase.HitContext |
HighlighterContext.hitContext |
| Modifier and Type | Method and Description |
|---|---|
void |
HighlightPhase.hitExecute(SearchContext context,
FetchSubPhase.HitContext hitContext) |
| Constructor and Description |
|---|
HighlighterContext(String fieldName,
SearchContextHighlight.Field field,
FieldMapper mapper,
SearchContext context,
FetchSubPhase.HitContext hitContext,
org.apache.lucene.search.Query query) |
| Constructor and Description |
|---|
SourceScoreOrderFragmentsBuilder(FieldMapper mapper,
SearchContext searchContext,
FetchSubPhase.HitContext hitContext,
String[] preTags,
String[] postTags,
org.apache.lucene.search.vectorhighlight.BoundaryScanner boundaryScanner) |
SourceSimpleFragmentsBuilder(FieldMapper mapper,
SearchContext searchContext,
FetchSubPhase.HitContext hitContext,
String[] preTags,
String[] postTags,
org.apache.lucene.search.vectorhighlight.BoundaryScanner boundaryScanner) |
Copyright © 2009–2017. All rights reserved.