Uses of Class
org.elasticsearch.plugins.SearchPlugin.FetchPhaseConstructionContext
-
Packages that use SearchPlugin.FetchPhaseConstructionContext Package Description org.elasticsearch.plugins -
-
Uses of SearchPlugin.FetchPhaseConstructionContext in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins with parameters of type SearchPlugin.FetchPhaseConstructionContext Modifier and Type Method Description default List<FetchSubPhase>SearchPlugin. getFetchSubPhases(SearchPlugin.FetchPhaseConstructionContext context)The newFetchSubPhases defined by this plugin.
-