Uses of Class
org.apache.solr.search.DocListAndSet
-
Packages that use DocListAndSet Package Description org.apache.solr.handler Concrete implementations ofSolrRequestHandlerorg.apache.solr.handler.component SearchComponentimplementations for use inSearchHandlerorg.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 DocListAndSetMoreLikeThisHandler.MoreLikeThisHelper. getMoreLikeThis(int id, int start, int rows, List<org.apache.lucene.search.Query> filters, List<MoreLikeThisHandler.InterestingTerm> terms, int flags)DocListAndSetMoreLikeThisHandler.MoreLikeThisHelper. getMoreLikeThis(Reader reader, int start, int rows, List<org.apache.lucene.search.Query> filters, List<MoreLikeThisHandler.InterestingTerm> terms, 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 DocListAndSetResponseBuilder. getResults()Methods in org.apache.solr.handler.component with parameters of type DocListAndSet Modifier and Type Method Description voidResponseBuilder. 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 DocListAndSetQueryResult. getDocListAndSet()DocListAndSetSolrIndexSearcher. 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 bothqueryand the intersection offilterList, sorted bysort.DocListAndSetSolrIndexSearcher. 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 bothqueryand the intersection offilterList, sorted bysort.DocListAndSetSolrIndexSearcher. 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 bothqueryandfilterand sorted bysort.DocListAndSetSolrIndexSearcher. 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 bothqueryandfilterand sorted bysort.DocListAndSetSolrIndexSearcher. getDocListAndSet(org.apache.lucene.search.Query query, DocSet filter, org.apache.lucene.search.Sort lsort, int offset, int len)Returns documents matching bothqueryandfilterand sorted bysort.DocListAndSetSolrIndexSearcher. getDocListAndSet(org.apache.lucene.search.Query query, DocSet filter, org.apache.lucene.search.Sort lsort, int offset, int len, int flags)Returns documents matching bothqueryandfilterand sorted bysort.Methods in org.apache.solr.search with parameters of type DocListAndSet Modifier and Type Method Description voidQueryResult. setDocListAndSet(DocListAndSet listSet)
-