Class ScriptFieldsPhase
java.lang.Object
org.elasticsearch.search.fetch.subphase.ScriptFieldsPhase
- All Implemented Interfaces:
FetchSubPhase
public final class ScriptFieldsPhase extends java.lang.Object implements FetchSubPhase
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.search.fetch.FetchSubPhase
FetchSubPhase.HitContext -
Constructor Summary
Constructors Constructor Description ScriptFieldsPhase() -
Method Summary
Modifier and Type Method Description voidhitsExecute(SearchContext context, SearchHit[] hits)Executes the hits level phase (note, hits are sorted by doc ids).
-
Constructor Details
-
ScriptFieldsPhase
public ScriptFieldsPhase()
-
-
Method Details
-
hitsExecute
Description copied from interface:FetchSubPhaseExecutes the hits level phase (note, hits are sorted by doc ids).- Specified by:
hitsExecutein interfaceFetchSubPhase- Throws:
java.io.IOException
-