public interface FetchSubPhase
| Modifier and Type | Interface and Description |
|---|---|
static class |
FetchSubPhase.HitContext |
| Modifier and Type | Method and Description |
|---|---|
default 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).
|
default void |
hitsExecute(SearchContext context,
SearchHit[] hits) |
default void hitExecute(SearchContext context, FetchSubPhase.HitContext hitContext) throws java.io.IOException
java.io.IOExceptiondefault void hitsExecute(SearchContext context, SearchHit[] hits) throws java.io.IOException
java.io.IOException