| Modifier and Type | Method and Description |
|---|---|
InternalSearchHit |
FetchSubPhase.HitContext.hit() |
| Modifier and Type | Method and Description |
|---|---|
void |
FetchSubPhase.hitsExecute(SearchContext context,
InternalSearchHit[] hits) |
void |
FetchSubPhase.HitContext.reset(InternalSearchHit hit,
org.apache.lucene.index.LeafReaderContext context,
int docId,
org.apache.lucene.search.IndexSearcher searcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExplainFetchSubPhase.hitsExecute(SearchContext context,
InternalSearchHit[] hits) |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldDataFieldsFetchSubPhase.hitsExecute(SearchContext context,
InternalSearchHit[] hits) |
| Modifier and Type | Method and Description |
|---|---|
void |
InnerHitsFetchSubPhase.hitsExecute(SearchContext context,
InternalSearchHit[] hits) |
| Modifier and Type | Method and Description |
|---|---|
void |
MatchedQueriesFetchSubPhase.hitsExecute(SearchContext context,
InternalSearchHit[] hits) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptFieldsFetchSubPhase.hitsExecute(SearchContext context,
InternalSearchHit[] hits) |
| Modifier and Type | Method and Description |
|---|---|
void |
FetchSourceSubPhase.hitsExecute(SearchContext context,
InternalSearchHit[] hits) |
| Modifier and Type | Method and Description |
|---|---|
void |
VersionFetchSubPhase.hitsExecute(SearchContext context,
InternalSearchHit[] hits) |
| Modifier and Type | Method and Description |
|---|---|
void |
HighlightPhase.hitsExecute(SearchContext context,
InternalSearchHit[] hits) |
| Modifier and Type | Field and Description |
|---|---|
static InternalSearchHit[] |
InternalSearchHits.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
InternalSearchHit[] |
InternalSearchHits.internalHits() |
static InternalSearchHit |
InternalSearchHit.readSearchHit(StreamInput in,
InternalSearchHits.StreamContext context) |
InternalSearchHit |
InternalSearchHit.sourceRef(BytesReference source)
Sets representation, might be compressed....
|
| Constructor and Description |
|---|
InternalSearchHits(InternalSearchHit[] hits,
long totalHits,
float maxScore) |
Copyright © 2009–2017. All rights reserved.