|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SolrInputDocument in org.apache.solr.client.solrj |
|---|
| Methods in org.apache.solr.client.solrj with parameters of type SolrInputDocument | |
|---|---|
UpdateResponse |
SolrServer.add(SolrInputDocument doc)
Adds a single document |
UpdateResponse |
SolrServer.add(SolrInputDocument doc,
int commitWithinMs)
Adds a single document specifying max time before it becomes committed |
| Method parameters in org.apache.solr.client.solrj with type arguments of type SolrInputDocument | |
|---|---|
UpdateResponse |
SolrServer.add(Collection<SolrInputDocument> docs)
Adds a collection of documents |
UpdateResponse |
SolrServer.add(Collection<SolrInputDocument> docs,
int commitWithinMs)
Adds a collection of documents, specifying max time before they become committed |
| Uses of SolrInputDocument in org.apache.solr.client.solrj.beans |
|---|
| Methods in org.apache.solr.client.solrj.beans that return SolrInputDocument | |
|---|---|
SolrInputDocument |
DocumentObjectBinder.toSolrInputDocument(Object obj)
|
| Uses of SolrInputDocument in org.apache.solr.client.solrj.impl |
|---|
| Method parameters in org.apache.solr.client.solrj.impl with type arguments of type SolrInputDocument | |
|---|---|
UpdateResponse |
CommonsHttpSolrServer.add(Iterator<SolrInputDocument> docIterator)
Deprecated. Adds the documents supplied by the given iterator. |
UpdateResponse |
HttpSolrServer.add(Iterator<SolrInputDocument> docIterator)
Adds the documents supplied by the given iterator. |
UpdateResponse |
CommonsHttpSolrServer.add(Iterator<SolrInputDocument> docIterator,
int commitWithinMs)
Deprecated. Adds the documents supplied by the given iterator, specifying max time before they become committed |
| 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 SolrInputDocument | |
|---|---|
Iterator<SolrInputDocument> |
UpdateRequest.getDocIterator()
|
List<SolrInputDocument> |
UpdateRequest.getDocuments()
|
List<SolrInputDocument> |
DocumentAnalysisRequest.getDocuments()
Returns all documents that will be analyzed when processing the request. |
| Methods in org.apache.solr.client.solrj.request with parameters of type SolrInputDocument | |
|---|---|
UpdateRequest |
UpdateRequest.add(SolrInputDocument doc)
|
DocumentAnalysisRequest |
DocumentAnalysisRequest.addDocument(SolrInputDocument doc)
Adds a document to be analyzed. |
void |
JavaBinUpdateRequestCodec.StreamingUpdateHandler.update(SolrInputDocument document,
UpdateRequest req)
|
| Method parameters in org.apache.solr.client.solrj.request with type arguments of type SolrInputDocument | |
|---|---|
UpdateRequest |
UpdateRequest.add(Collection<SolrInputDocument> docs)
|
DocumentAnalysisRequest |
DocumentAnalysisRequest.addDocuments(Collection<SolrInputDocument> docs)
Adds a collection of documents to be analyzed. |
void |
UpdateRequest.setDocIterator(Iterator<SolrInputDocument> docIterator)
|
| Uses of SolrInputDocument in org.apache.solr.client.solrj.util |
|---|
| Methods in org.apache.solr.client.solrj.util that return SolrInputDocument | |
|---|---|
static SolrInputDocument |
ClientUtils.toSolrInputDocument(SolrDocument d)
|
| Methods in org.apache.solr.client.solrj.util with parameters of type SolrInputDocument | |
|---|---|
static SolrDocument |
ClientUtils.toSolrDocument(SolrInputDocument d)
|
static String |
ClientUtils.toXML(SolrInputDocument doc)
|
static void |
ClientUtils.writeXML(SolrInputDocument doc,
Writer writer)
|
| Uses of SolrInputDocument in org.apache.solr.handler.dataimport |
|---|
| Methods in org.apache.solr.handler.dataimport with parameters of type SolrInputDocument | |
|---|---|
boolean |
DIHWriter.upload(SolrInputDocument doc)
Add a document to this writer's underlying data store. |
boolean |
SolrWriter.upload(SolrInputDocument d)
|
| Uses of SolrInputDocument in org.apache.solr.handler.extraction |
|---|
| Fields in org.apache.solr.handler.extraction declared as SolrInputDocument | |
|---|---|
protected SolrInputDocument |
SolrContentHandler.document
|
| Methods in org.apache.solr.handler.extraction that return SolrInputDocument | |
|---|---|
SolrInputDocument |
SolrContentHandler.newDocument()
This is called by a consumer when it is ready to deal with a new SolrInputDocument. |
| Uses of SolrInputDocument in org.apache.solr.uima.processor |
|---|
| Constructors in org.apache.solr.uima.processor with parameters of type SolrInputDocument | |
|---|---|
UIMAToSolrMapper(SolrInputDocument document,
org.apache.uima.jcas.JCas cas)
|
|
| Uses of SolrInputDocument in org.apache.solr.update |
|---|
| Fields in org.apache.solr.update declared as SolrInputDocument | |
|---|---|
SolrInputDocument |
AddUpdateCommand.solrDoc
|
| Methods in org.apache.solr.update that return SolrInputDocument | |
|---|---|
SolrInputDocument |
AddUpdateCommand.getSolrInputDocument()
|
| Methods in org.apache.solr.update with parameters of type SolrInputDocument | |
|---|---|
static Document |
DocumentBuilder.toDocument(SolrInputDocument doc,
IndexSchema schema)
Convert a SolrInputDocument to a lucene Document. |
| Uses of SolrInputDocument in org.apache.solr.update.processor |
|---|
| Methods in org.apache.solr.update.processor that return SolrInputDocument | |
|---|---|
protected SolrInputDocument |
LanguageIdentifierUpdateProcessor.process(SolrInputDocument doc)
This is the main, testable process method called from processAdd() |
| Methods in org.apache.solr.update.processor with parameters of type SolrInputDocument | |
|---|---|
protected String |
LanguageIdentifierUpdateProcessor.concatFields(SolrInputDocument doc,
String[] fields)
|
protected SolrInputDocument |
LanguageIdentifierUpdateProcessor.process(SolrInputDocument doc)
This is the main, testable process method called from processAdd() |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||