Uses of Class
org.apache.solr.search.DocListAndSet

Packages that use DocListAndSet
org.apache.solr.handler Concrete implementations of SolrRequestHandler 
org.apache.solr.handler.component SearchComponent implementations for use in SearchHandler 
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
 DocListAndSet MoreLikeThisHandler.MoreLikeThisHelper.getMoreLikeThis(int id, int start, int rows, List<Query> filters, List<MoreLikeThisHandler.InterestingTerm> terms, int flags)
           
 DocListAndSet MoreLikeThisHandler.MoreLikeThisHelper.getMoreLikeThis(Reader reader, int start, int rows, List<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
 DocListAndSet ResponseBuilder.getResults()
           
 

Methods in org.apache.solr.handler.component with parameters of type DocListAndSet
 void ResponseBuilder.setResults(DocListAndSet results)
           
 

Uses of DocListAndSet in org.apache.solr.search
 

Methods in org.apache.solr.search that return DocListAndSet
 DocListAndSet SolrIndexSearcher.QueryResult.getDocListAndSet()
           
 DocListAndSet SolrIndexSearcher.getDocListAndSet(Query query, DocSet filter, Sort lsort, int offset, int len)
          Returns documents matching both query and filter and sorted by sort.
 DocListAndSet SolrIndexSearcher.getDocListAndSet(Query query, DocSet filter, Sort lsort, int offset, int len, int flags)
          Returns documents matching both query and filter and sorted by sort.
 DocListAndSet SolrIndexSearcher.getDocListAndSet(Query query, List<Query> filterList, Sort lsort, int offset, int len)
          Returns documents matching both query and the intersection of filterList, sorted by sort.
 DocListAndSet SolrIndexSearcher.getDocListAndSet(Query query, List<Query> filterList, Sort lsort, int offset, int len, int flags)
          Returns documents matching both query and the intersection of filterList, sorted by sort.
 DocListAndSet SolrIndexSearcher.getDocListAndSet(Query query, Query filter, Sort lsort, int offset, int len)
          Returns documents matching both query and filter and sorted by sort.
 DocListAndSet SolrIndexSearcher.getDocListAndSet(Query query, Query filter, Sort lsort, int offset, int len, int flags)
          Returns documents matching both query and filter and sorted by sort.
 

Methods in org.apache.solr.search with parameters of type DocListAndSet
 void SolrIndexSearcher.QueryResult.setDocListAndSet(DocListAndSet listSet)
           
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.