Uses of Class
org.apache.solr.common.SolrInputDocument
Packages that use SolrInputDocument
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 requests.
Utilities for Solr client applications.
Common classes reused on both clients & server for dealing with
documents to be indexed and result documents.Common Solr Cloud and ZooKeeper related classes reused on both clients & server.
Common utility classes reused on both clients & server.
-
Uses of SolrInputDocument in org.apache.solr.client.solrj
Methods in org.apache.solr.client.solrj with parameters of type SolrInputDocumentModifier and TypeMethodDescriptionSolrClient.add(String collection, SolrInputDocument doc) Adds a single documentSolrClient.add(String collection, SolrInputDocument doc, int commitWithinMs) Adds a single document specifying max time before it becomes committedSolrClient.add(SolrInputDocument doc) Adds a single documentSolrClient.add(SolrInputDocument doc, int commitWithinMs) Adds a single document specifying max time before it becomes committedMethod parameters in org.apache.solr.client.solrj with type arguments of type SolrInputDocumentModifier and TypeMethodDescriptionSolrClient.add(String collection, Collection<SolrInputDocument> docs) Adds a collection of documentsSolrClient.add(String collection, Collection<SolrInputDocument> docs, int commitWithinMs) Adds a collection of documents, specifying max time before they become committedSolrClient.add(String collection, Iterator<SolrInputDocument> docIterator) Adds the documents supplied by the given iterator.SolrClient.add(Collection<SolrInputDocument> docs) Adds a collection of documentsSolrClient.add(Collection<SolrInputDocument> docs, int commitWithinMs) Adds a collection of documents, specifying max time before they become committedSolrClient.add(Iterator<SolrInputDocument> docIterator) Adds the documents supplied by the given iterator. -
Uses of SolrInputDocument in org.apache.solr.client.solrj.beans
Methods in org.apache.solr.client.solrj.beans that return SolrInputDocument -
Uses of SolrInputDocument in org.apache.solr.client.solrj.request
Methods in org.apache.solr.client.solrj.request that return types with arguments of type SolrInputDocumentModifier and TypeMethodDescriptionUpdateRequest.getDocIterator()DocumentAnalysisRequest.getDocuments()Returns all documents that will be analyzed when processing the request.UpdateRequest.getDocuments()UpdateRequest.getDocumentsMap()Methods in org.apache.solr.client.solrj.request with parameters of type SolrInputDocumentModifier and TypeMethodDescriptionUpdateRequest.add(SolrInputDocument doc) Add a SolrInputDocument to this requestUpdateRequest.add(SolrInputDocument doc, Boolean overwrite) Add a SolrInputDocument to this requestUpdateRequest.add(SolrInputDocument doc, Integer commitWithin) Add a SolrInputDocument to this requestUpdateRequest.add(SolrInputDocument doc, Integer commitWithin, Boolean overwrite) Add a SolrInputDocument to this requestDocumentAnalysisRequest.addDocument(SolrInputDocument doc) Adds a document to be analyzed.voidJavaBinUpdateRequestCodec.StreamingUpdateHandler.update(SolrInputDocument document, UpdateRequest req, Integer commitWithin, Boolean override) Method parameters in org.apache.solr.client.solrj.request with type arguments of type SolrInputDocumentModifier and TypeMethodDescriptionUpdateRequest.add(Collection<SolrInputDocument> docs) Add a collection of SolrInputDocuments to this requestDocumentAnalysisRequest.addDocuments(Collection<SolrInputDocument> docs) Adds a collection of documents to be analyzed.voidUpdateRequest.setDocIterator(Iterator<SolrInputDocument> docIterator) -
Uses of SolrInputDocument in org.apache.solr.client.solrj.util
Methods in org.apache.solr.client.solrj.util with parameters of type SolrInputDocumentModifier and TypeMethodDescriptionstatic voidClientUtils.writeXML(SolrInputDocument doc, Writer writer) -
Uses of SolrInputDocument in org.apache.solr.common
Methods in org.apache.solr.common that return SolrInputDocumentMethods in org.apache.solr.common that return types with arguments of type SolrInputDocumentModifier and TypeMethodDescriptionSolrInputDocument.getChildDocuments()Returns the list of child documents, or null if none.Methods in org.apache.solr.common with parameters of type SolrInputDocumentModifier and TypeMethodDescriptionvoidSolrInputDocument.addChildDocument(SolrInputDocument child) Method parameters in org.apache.solr.common with type arguments of type SolrInputDocumentModifier and TypeMethodDescriptionvoidSolrInputDocument.addChildDocuments(Collection<SolrInputDocument> children) voidSolrInputDocument.visitSelfAndNestedDocs(BiConsumer<String, SolrInputDocument> consumer) Beta API; may change at will. -
Uses of SolrInputDocument in org.apache.solr.common.cloud
Methods in org.apache.solr.common.cloud with parameters of type SolrInputDocumentModifier and TypeMethodDescriptionprotected StringHashBasedRouter.getId(SolrInputDocument sdoc, SolrParams params) CompositeIdRouter.getTargetSlice(String id, SolrInputDocument sdoc, String route, SolrParams params, DocCollection collection) abstract SliceDocRouter.getTargetSlice(String id, SolrInputDocument sdoc, String route, SolrParams params, DocCollection collection) Returns the Slice that the document should reside on, or null if there is not enough informationHashBasedRouter.getTargetSlice(String id, SolrInputDocument sdoc, String route, SolrParams params, DocCollection collection) ImplicitDocRouter.getTargetSlice(String id, SolrInputDocument sdoc, String route, SolrParams params, DocCollection collection) abstract booleanDocRouter.isTargetSlice(String id, SolrInputDocument sdoc, SolrParams params, String shardId, DocCollection collection) booleanHashBasedRouter.isTargetSlice(String id, SolrInputDocument sdoc, SolrParams params, String shardId, DocCollection collection) booleanImplicitDocRouter.isTargetSlice(String id, SolrInputDocument sdoc, SolrParams params, String shardId, DocCollection collection) intCompositeIdRouter.sliceHash(String id, SolrInputDocument doc, SolrParams params, DocCollection collection) intHashBasedRouter.sliceHash(String id, SolrInputDocument sdoc, SolrParams params, DocCollection collection) -
Uses of SolrInputDocument in org.apache.solr.common.util
Methods in org.apache.solr.common.util that return SolrInputDocumentModifier and TypeMethodDescriptionprotected SolrInputDocumentJavaBinCodec.createSolrInputDocument(int sz) JavaBinCodec.readSolrInputDocument(DataInputInputStream dis) Methods in org.apache.solr.common.util with parameters of type SolrInputDocumentModifier and TypeMethodDescriptionvoidJavaBinCodec.writeSolrInputDocument(SolrInputDocument sdoc)