public class ScriptFieldsFetchSubPhase extends java.lang.Object implements FetchSubPhase
FetchSubPhase.ContextFactory<SubPhaseContext extends FetchSubPhaseContext>, FetchSubPhase.HitContext
Constructor and Description |
---|
ScriptFieldsFetchSubPhase() |
Modifier and Type | Method and Description |
---|---|
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
parseElements
public boolean hitsExecutionNeeded(SearchContext context)
hitsExecutionNeeded
in interface FetchSubPhase
public void hitsExecute(SearchContext context, InternalSearchHit[] hits)
hitsExecute
in interface FetchSubPhase
public boolean hitExecutionNeeded(SearchContext context)
hitExecutionNeeded
in interface FetchSubPhase
public void hitExecute(SearchContext context, FetchSubPhase.HitContext hitContext)
FetchSubPhase
hitExecute
in interface FetchSubPhase