Uses of Class
org.apache.solr.common.SolrDocument
Packages that use SolrDocument
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 classes reused on both clients & server for dealing with
documents to be indexed and result documents.Common utility classes reused on both clients & server.
-
Uses of SolrDocument in org.apache.solr.client.solrj
Methods in org.apache.solr.client.solrj that return SolrDocumentModifier and TypeMethodDescriptionRetrieves the SolrDocument associated with the given identifier.Retrieves the SolrDocument associated with the given identifier.SolrClient.getById(String collection, String id, SolrParams params) Retrieves the SolrDocument associated with the given identifier and uses the SolrParams to execute the request.SolrClient.getById(String id, SolrParams params) Retrieves the SolrDocument associated with the given identifier and uses the SolrParams to execute the request. -
Uses of SolrDocument in org.apache.solr.client.solrj.beans
Methods in org.apache.solr.client.solrj.beans with parameters of type SolrDocumentModifier and TypeMethodDescription<T> TDocumentObjectBinder.getBean(Class<T> clazz, SolrDocument solrDoc) -
Uses of SolrDocument in org.apache.solr.client.solrj.response
Methods in org.apache.solr.client.solrj.response that return SolrDocumentModifier and TypeMethodDescriptionprotected SolrDocumentXMLResponseParser.readDocument(XMLStreamReader parser) Methods in org.apache.solr.client.solrj.response with parameters of type SolrDocumentModifier and TypeMethodDescriptionabstract voidStreamingResponseCallback.streamSolrDocument(SolrDocument doc) -
Uses of SolrDocument in org.apache.solr.common
Methods in org.apache.solr.common that return types with arguments of type SolrDocumentMethods in org.apache.solr.common with parameters of type SolrDocumentMethod parameters in org.apache.solr.common with type arguments of type SolrDocumentModifier and TypeMethodDescriptionvoidSolrDocument.addChildDocuments(Collection<SolrDocument> children) voidSolrDocument.visitSelfAndNestedDocs(BiConsumer<String, SolrDocument> consumer) Beta API; may change at will. -
Uses of SolrDocument in org.apache.solr.common.util
Methods in org.apache.solr.common.util that return SolrDocumentMethods in org.apache.solr.common.util with parameters of type SolrDocument