We have SolrDocumentFetcher and RetrieveFieldsOptimizer. The relationship between the two is unclear at first glance. Using SolrDocumentFetcher by itself is (or can be) inefficient.
WDYT about combining the two? Is there a good reason you would want to use SolrDocumentFetcher _instead_ of RetrieveFieldsOptimizer? Ideally I'd want to be able to write code like: solrDocumentFetcher.fillDocValuesMostEfficiently That created an optimizer and "did the right thing". Is this desirable/possible? Suggestions? Should I raise an improvement JIRA? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
