Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
SolrInputDocument |
DocumentObjectBinder.toSolrInputDocument(Object obj) |
Modifier and Type | Method and Description |
---|---|
UpdateResponse |
HttpSolrServer.add(Iterator<SolrInputDocument> docIterator)
Adds the documents supplied by the given iterator.
|
UpdateResponse |
CommonsHttpSolrServer.add(Iterator<SolrInputDocument> docIterator)
Deprecated.
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
|
Modifier and Type | Method and Description |
---|---|
Iterator<SolrInputDocument> |
UpdateRequest.getDocIterator() |
List<SolrInputDocument> |
UpdateRequest.getDocuments() |
List<SolrInputDocument> |
DocumentAnalysisRequest.getDocuments()
Returns all documents that will be analyzed when processing the request.
|
Modifier and Type | Method and Description |
---|---|
UpdateRequest |
UpdateRequest.add(SolrInputDocument doc) |
DocumentAnalysisRequest |
DocumentAnalysisRequest.addDocument(SolrInputDocument doc)
Adds a document to be analyzed.
|
void |
JavaBinUpdateRequestCodec.StreamingUpdateHandler.update(SolrInputDocument document,
UpdateRequest req) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static SolrInputDocument |
ClientUtils.toSolrInputDocument(SolrDocument d) |
Modifier and Type | Method and Description |
---|---|
static SolrDocument |
ClientUtils.toSolrDocument(SolrInputDocument d) |
static String |
ClientUtils.toXML(SolrInputDocument doc) |
static void |
ClientUtils.writeXML(SolrInputDocument doc,
Writer writer) |
Modifier and Type | Method and Description |
---|---|
boolean |
SolrWriter.upload(SolrInputDocument d) |
boolean |
DIHWriter.upload(SolrInputDocument doc)
Add a document to this writer's underlying data store.
|
Modifier and Type | Field and Description |
---|---|
protected SolrInputDocument |
SolrContentHandler.document |
Modifier and Type | Method and Description |
---|---|
SolrInputDocument |
SolrContentHandler.newDocument()
This is called by a consumer when it is ready to deal with a new SolrInputDocument.
|
Constructor and Description |
---|
UIMAToSolrMapper(SolrInputDocument document,
org.apache.uima.jcas.JCas cas) |
Modifier and Type | Field and Description |
---|---|
SolrInputDocument |
AddUpdateCommand.solrDoc |
Modifier and Type | Method and Description |
---|---|
SolrInputDocument |
AddUpdateCommand.getSolrInputDocument() |
Modifier and Type | Method and Description |
---|---|
static Document |
DocumentBuilder.toDocument(SolrInputDocument doc,
IndexSchema schema)
Convert a SolrInputDocument to a lucene Document.
|
Modifier and Type | Method and Description |
---|---|
protected SolrInputDocument |
LanguageIdentifierUpdateProcessor.process(SolrInputDocument doc)
This is the main, testable process method called from processAdd()
|
Modifier and Type | Method and Description |
---|---|
protected String |
LanguageIdentifierUpdateProcessor.concatFields(SolrInputDocument doc,
String[] fields) |
protected SolrInputDocument |
LanguageIdentifierUpdateProcessor.process(SolrInputDocument doc)
This is the main, testable process method called from processAdd()
|