Class ScriptFieldsFetchSubPhase
- java.lang.Object
-
- org.elasticsearch.search.fetch.subphase.ScriptFieldsFetchSubPhase
-
- All Implemented Interfaces:
FetchSubPhase
public final class ScriptFieldsFetchSubPhase 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 ScriptFieldsFetchSubPhase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhitsExecute(SearchContext context, SearchHit[] hits)-
Methods inherited from interface org.elasticsearch.search.fetch.FetchSubPhase
hitExecute
-
-
-
-
Method Detail
-
hitsExecute
public void hitsExecute(SearchContext context, SearchHit[] hits) throws java.io.IOException
- Specified by:
hitsExecutein interfaceFetchSubPhase- Throws:
java.io.IOException
-
-