Uses of Class
org.elasticsearch.search.dfs.DfsSearchResult
-
Packages that use DfsSearchResult Package Description org.elasticsearch.action.search org.elasticsearch.search.dfs org.elasticsearch.search.internal -
-
Uses of DfsSearchResult in org.elasticsearch.action.search
Method parameters in org.elasticsearch.action.search with type arguments of type DfsSearchResult Modifier and Type Method Description AggregatedDfsSearchPhaseController. aggregateDfs(Collection<DfsSearchResult> results)voidSearchTransportService. sendExecuteDfs(Transport.Connection connection, ShardSearchRequest request, SearchTask task, org.elasticsearch.action.search.SearchActionListener<DfsSearchResult> listener) -
Uses of DfsSearchResult in org.elasticsearch.search.dfs
Methods in org.elasticsearch.search.dfs that return DfsSearchResult Modifier and Type Method Description DfsSearchResultDfsSearchResult. fieldStatistics(ObjectObjectHashMap<String,CollectionStatistics> fieldStatistics)DfsSearchResultDfsSearchResult. maxDoc(int maxDoc)DfsSearchResultDfsSearchResult. termsStatistics(Term[] terms, TermStatistics[] termStatistics) -
Uses of DfsSearchResult in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal that return DfsSearchResult Modifier and Type Method Description DfsSearchResultFilteredSearchContext. dfsResult()abstract DfsSearchResultSearchContext. dfsResult()
-