|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.search.highlight.HighlightPhase
public class HighlightPhase
Nested Class Summary | |
---|---|
static class |
HighlightPhase.Encoders
|
Nested classes/interfaces inherited from interface org.elasticsearch.search.fetch.FetchSubPhase |
---|
FetchSubPhase.HitContext |
Constructor Summary | |
---|---|
HighlightPhase()
|
Method Summary | |
---|---|
void |
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). |
boolean |
hitExecutionNeeded(SearchContext context)
|
void |
hitsExecute(SearchContext context,
InternalSearchHit[] hits)
|
boolean |
hitsExecutionNeeded(SearchContext context)
|
java.util.Map<java.lang.String,? extends SearchParseElement> |
parseElements()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HighlightPhase()
Method Detail |
---|
public java.util.Map<java.lang.String,? extends SearchParseElement> parseElements()
parseElements
in interface FetchSubPhase
public boolean hitsExecutionNeeded(SearchContext context)
hitsExecutionNeeded
in interface FetchSubPhase
public void hitsExecute(SearchContext context, InternalSearchHit[] hits) throws ElasticSearchException
hitsExecute
in interface FetchSubPhase
ElasticSearchException
public boolean hitExecutionNeeded(SearchContext context)
hitExecutionNeeded
in interface FetchSubPhase
public void hitExecute(SearchContext context, FetchSubPhase.HitContext hitContext) throws ElasticSearchException
FetchSubPhase
hitExecute
in interface FetchSubPhase
ElasticSearchException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |