Uses of Interface
org.elasticsearch.search.fetch.FetchSubPhase
-
Packages that use FetchSubPhase Package Description org.elasticsearch.plugins org.elasticsearch.search.fetch org.elasticsearch.search.fetch.subphase org.elasticsearch.search.fetch.subphase.highlight -
-
Uses of FetchSubPhase in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type FetchSubPhase Modifier and Type Method Description default List<FetchSubPhase>SearchPlugin. getFetchSubPhases(SearchPlugin.FetchPhaseConstructionContext context)The newFetchSubPhases defined by this plugin. -
Uses of FetchSubPhase in org.elasticsearch.search.fetch
Constructor parameters in org.elasticsearch.search.fetch with type arguments of type FetchSubPhase Constructor Description FetchPhase(List<FetchSubPhase> fetchSubPhases) -
Uses of FetchSubPhase in org.elasticsearch.search.fetch.subphase
Classes in org.elasticsearch.search.fetch.subphase that implement FetchSubPhase Modifier and Type Class Description classDocValueFieldsFetchSubPhaseQuery sub phase which pulls data from doc values Specifying"docvalue_fields": ["field1", "field2"]classExplainFetchSubPhaseExplains the scoring calculations for the top hits.classFetchSourceSubPhaseclassInnerHitsFetchSubPhaseclassMatchedQueriesFetchSubPhaseclassScoreFetchSubPhaseclassScriptFieldsFetchSubPhaseclassSeqNoPrimaryTermFetchSubPhaseclassVersionFetchSubPhase -
Uses of FetchSubPhase in org.elasticsearch.search.fetch.subphase.highlight
Classes in org.elasticsearch.search.fetch.subphase.highlight that implement FetchSubPhase Modifier and Type Class Description classHighlightPhase
-