Uses of Class
org.elasticsearch.search.fetch.FetchPhase
-
Packages that use FetchPhase Package Description org.elasticsearch.node org.elasticsearch.search org.elasticsearch.search.fetch.subphase org.elasticsearch.search.internal -
-
Uses of FetchPhase in org.elasticsearch.node
Methods in org.elasticsearch.node with parameters of type FetchPhase Modifier and Type Method Description protected SearchServiceNode. newSearchService(ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ScriptService scriptService, BigArrays bigArrays, FetchPhase fetchPhase, ResponseCollectorService responseCollectorService)Creates a new the SearchService. -
Uses of FetchPhase in org.elasticsearch.search
Methods in org.elasticsearch.search that return FetchPhase Modifier and Type Method Description FetchPhaseSearchModule. getFetchPhase()Constructors in org.elasticsearch.search with parameters of type FetchPhase Constructor Description SearchService(ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ScriptService scriptService, BigArrays bigArrays, FetchPhase fetchPhase, ResponseCollectorService responseCollectorService) -
Uses of FetchPhase in org.elasticsearch.search.fetch.subphase
Constructors in org.elasticsearch.search.fetch.subphase with parameters of type FetchPhase Constructor Description InnerHitsFetchSubPhase(FetchPhase fetchPhase) -
Uses of FetchPhase in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal that return FetchPhase Modifier and Type Method Description FetchPhaseFilteredSearchContext. fetchPhase()abstract FetchPhaseSearchContext. fetchPhase()
-