Package org.elasticsearch.plugins
Class SearchPlugin.FetchPhaseConstructionContext
- java.lang.Object
-
- org.elasticsearch.plugins.SearchPlugin.FetchPhaseConstructionContext
-
- Enclosing interface:
- SearchPlugin
public static class SearchPlugin.FetchPhaseConstructionContext extends Object
Context available during fetch phase construction.
-
-
Constructor Summary
Constructors Constructor Description FetchPhaseConstructionContext(Map<String,Highlighter> highlighters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Highlighter>getHighlighters()
-
-
-
Constructor Detail
-
FetchPhaseConstructionContext
public FetchPhaseConstructionContext(Map<String,Highlighter> highlighters)
-
-
Method Detail
-
getHighlighters
public Map<String,Highlighter> getHighlighters()
-
-