Uses of Class
org.apache.solr.search.SolrDocumentFetcher
Packages that use SolrDocumentFetcher
Package
Description
API and implementations of
QueryResponseWriter for formatting
Solr request responsesAPIs and classes for parsing and processing search requests
-
Uses of SolrDocumentFetcher in org.apache.solr.response
Methods in org.apache.solr.response that return SolrDocumentFetcher -
Uses of SolrDocumentFetcher in org.apache.solr.search
Methods in org.apache.solr.search that return SolrDocumentFetcherModifier and TypeMethodDescriptionprotected SolrDocumentFetcherSolrDocumentFetcher.clone()SolrIndexSearcher.getDocFetcher()Method parameters in org.apache.solr.search with type arguments of type SolrDocumentFetcherModifier and TypeMethodDescription<T> TSolrIndexSearcher.interrogateDocFetcher(Function<SolrDocumentFetcher, T> func) Allows interrogation ofSolrIndexSearcher.docFetchertemplate (checking field names, etc.) without forcing it to be cloned (as it would be if an instance were retrieved viaSolrIndexSearcher.getDocFetcher()).