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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocSet
createDocSet(SolrIndexSearcher searcher)
-
-
-
Method Detail
-
createDocSet
DocSet createDocSet(SolrIndexSearcher searcher) throws IOException
- Throws:
IOException
-
-