Uses of Class
org.apache.solr.common.SolrDocumentList
Packages that use SolrDocumentList
Package
Description
Primary APIs for communicating with a Solr Server from a Java client.
Annotation based mapping of client objects to Solr documents.
Convenience classes for dealing with various types of Solr responses.
Common utility classes reused on both clients & server.
-
Uses of SolrDocumentList in org.apache.solr.client.solrj
Methods in org.apache.solr.client.solrj that return SolrDocumentListModifier and TypeMethodDescriptionSolrClient.getById(String collection, Collection<String> ids) Retrieves the SolrDocuments associated with the given identifiers.SolrClient.getById(String collection, Collection<String> ids, SolrParams params) Retrieves the SolrDocuments associated with the given identifiers and uses the SolrParams to execute the request.SolrClient.getById(Collection<String> ids) Retrieves the SolrDocuments associated with the given identifiers.SolrClient.getById(Collection<String> ids, SolrParams params) Retrieves the SolrDocuments associated with the given identifiers and uses the SolrParams to execute the request. -
Uses of SolrDocumentList in org.apache.solr.client.solrj.beans
Methods in org.apache.solr.client.solrj.beans with parameters of type SolrDocumentListModifier and TypeMethodDescription<T> List<T> DocumentObjectBinder.getBeans(Class<T> clazz, SolrDocumentList solrDocList) -
Uses of SolrDocumentList in org.apache.solr.client.solrj.response
Methods in org.apache.solr.client.solrj.response that return SolrDocumentListModifier and TypeMethodDescriptionGroup.getResult()Returns the documents to be displayed that belong to this group.QueryResponse.getResults()protected SolrDocumentListXMLResponseParser.readDocuments(XMLStreamReader parser) Methods in org.apache.solr.client.solrj.response that return types with arguments of type SolrDocumentListModifier and TypeMethodDescriptionQueryResponse.getExpandedResults()QueryResponse.getMoreLikeThis()Constructors in org.apache.solr.client.solrj.response with parameters of type SolrDocumentListModifierConstructorDescriptionGroup(String groupValue, SolrDocumentList result) Creates a Group instance. -
Uses of SolrDocumentList in org.apache.solr.common.util
Methods in org.apache.solr.common.util that return SolrDocumentListMethods in org.apache.solr.common.util with parameters of type SolrDocumentList