public class HighlightPhase extends AbstractComponent implements FetchSubPhase
FetchSubPhase.HitContextdeprecationLogger, logger, settings| Constructor and Description |
|---|
HighlightPhase(Settings settings,
java.util.Map<java.lang.String,Highlighter> highlighters) |
| 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).
|
logDeprecatedSetting, logRemovedSetting, nodeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithitsExecutepublic HighlightPhase(Settings settings, java.util.Map<java.lang.String,Highlighter> highlighters)
public void hitExecute(SearchContext context, FetchSubPhase.HitContext hitContext)
FetchSubPhasehitExecute in interface FetchSubPhase