Uses of Class
org.elasticsearch.search.dfs.AggregatedDfs
-
Packages that use AggregatedDfs Package Description org.elasticsearch.action.search org.elasticsearch.action.termvectors org.elasticsearch.search.internal org.elasticsearch.search.query -
-
Uses of AggregatedDfs in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search that return AggregatedDfs Modifier and Type Method Description AggregatedDfsSearchPhaseController. aggregateDfs(Collection<DfsSearchResult> results) -
Uses of AggregatedDfs in org.elasticsearch.action.termvectors
Methods in org.elasticsearch.action.termvectors with parameters of type AggregatedDfs Modifier and Type Method Description voidTermVectorsResponse. setFields(Fields termVectorsByField, Set<String> selectedFields, EnumSet<TermVectorsRequest.Flag> flags, Fields topLevelFields, AggregatedDfs dfs, TermVectorsFilter termVectorsFilter)Constructors in org.elasticsearch.action.termvectors with parameters of type AggregatedDfs Constructor Description TermVectorsFilter(Fields termVectorsByField, Fields topLevelFields, Set<String> selectedFields, AggregatedDfs dfs) -
Uses of AggregatedDfs in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal with parameters of type AggregatedDfs Modifier and Type Method Description voidContextIndexSearcher. setAggregatedDfs(AggregatedDfs aggregatedDfs) -
Uses of AggregatedDfs in org.elasticsearch.search.query
Methods in org.elasticsearch.search.query that return AggregatedDfs Modifier and Type Method Description AggregatedDfsQuerySearchRequest. dfs()Constructors in org.elasticsearch.search.query with parameters of type AggregatedDfs Constructor Description QuerySearchRequest(OriginalIndices originalIndices, long id, AggregatedDfs dfs)
-