Uses of Class
org.apache.solr.search.SolrDocumentFetcher
-
Packages that use SolrDocumentFetcher Package Description org.apache.solr.response API and implementations ofQueryResponseWriter
for formatting Solr request responsesorg.apache.solr.search APIs 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 Modifier and Type Method Description SolrDocumentFetcher
ResultContext. getDocFetcher()
-
Uses of SolrDocumentFetcher in org.apache.solr.search
Methods in org.apache.solr.search that return SolrDocumentFetcher Modifier and Type Method Description protected SolrDocumentFetcher
SolrDocumentFetcher. clone()
SolrDocumentFetcher
SolrIndexSearcher. getDocFetcher()
Method parameters in org.apache.solr.search with type arguments of type SolrDocumentFetcher Modifier and Type Method Description <T> T
SolrIndexSearcher. interrogateDocFetcher(Function<SolrDocumentFetcher,T> func)
Allows interrogation ofSolrIndexSearcher.docFetcher
template (checking field names, etc.) without forcing it to be cloned (as it would be if an instance were retrieved viaSolrIndexSearcher.getDocFetcher()
).
-