Package org.apache.solr.search
Interface DocSetProducer
- 
- All Known Implementing Classes:
- SolrRangeQuery
 
 public interface DocSetProducer- WARNING: This API is experimental and might change in incompatible ways in the next release.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DocSetcreateDocSet(SolrIndexSearcher searcher)
 
- 
- 
- 
Method Detail- 
createDocSetDocSet createDocSet(SolrIndexSearcher searcher) throws IOException - Throws:
- IOException
 
 
- 
 
-