Uses of Class
org.apache.solr.search.DocListAndSet
-
Packages that use DocListAndSet Package Description org.apache.solr.handler Concrete implementations ofSolrRequestHandler
org.apache.solr.handler.component SearchComponent
implementations for use inSearchHandler
org.apache.solr.search APIs and classes for parsing and processing search requests -
-
Uses of DocListAndSet in org.apache.solr.handler
Methods in org.apache.solr.handler that return DocListAndSet Modifier and Type Method Description DocListAndSet
MoreLikeThisHandler.MoreLikeThisHelper. getMoreLikeThis(int id, int start, int rows, List<org.apache.lucene.search.Query> filters, int flags)
DocListAndSet
MoreLikeThisHandler.MoreLikeThisHelper. getMoreLikeThis(Reader reader, int start, int rows, List<org.apache.lucene.search.Query> filters, int flags)
-
Uses of DocListAndSet in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component that return DocListAndSet Modifier and Type Method Description DocListAndSet
ResponseBuilder. getResults()
Methods in org.apache.solr.handler.component with parameters of type DocListAndSet Modifier and Type Method Description void
ResponseBuilder. setResults(DocListAndSet results)
-
Uses of DocListAndSet in org.apache.solr.search
Methods in org.apache.solr.search that return DocListAndSet Modifier and Type Method Description DocListAndSet
QueryResult. getDocListAndSet()
DocListAndSet
SolrIndexSearcher. getDocListAndSet(org.apache.lucene.search.Query query, List<org.apache.lucene.search.Query> filterList, org.apache.lucene.search.Sort lsort, int offset, int len)
Returns documents matching bothquery
and the intersection offilterList
, sorted bysort
.DocListAndSet
SolrIndexSearcher. getDocListAndSet(org.apache.lucene.search.Query query, List<org.apache.lucene.search.Query> filterList, org.apache.lucene.search.Sort lsort, int offset, int len, int flags)
Returns documents matching bothquery
and the intersection offilterList
, sorted bysort
.DocListAndSet
SolrIndexSearcher. getDocListAndSet(org.apache.lucene.search.Query query, org.apache.lucene.search.Query filter, org.apache.lucene.search.Sort lsort, int offset, int len)
Returns documents matching bothquery
andfilter
and sorted bysort
.DocListAndSet
SolrIndexSearcher. getDocListAndSet(org.apache.lucene.search.Query query, org.apache.lucene.search.Query filter, org.apache.lucene.search.Sort lsort, int offset, int len, int flags)
Returns documents matching bothquery
andfilter
and sorted bysort
.DocListAndSet
SolrIndexSearcher. getDocListAndSet(org.apache.lucene.search.Query query, DocSet filter, org.apache.lucene.search.Sort lsort, int offset, int len)
Returns documents matching bothquery
andfilter
and sorted bysort
.DocListAndSet
SolrIndexSearcher. getDocListAndSet(org.apache.lucene.search.Query query, DocSet filter, org.apache.lucene.search.Sort lsort, int offset, int len, int flags)
Returns documents matching bothquery
andfilter
and sorted bysort
.Methods in org.apache.solr.search with parameters of type DocListAndSet Modifier and Type Method Description void
QueryResult. setDocListAndSet(DocListAndSet listSet)
-