public class SolrIndexDocument extends AbstractIndexDocument
fields, schema| Constructor and Description |
|---|
SolrIndexDocument(Map<String,Any.ValueType> schema,
String dsId)
Instantiates a new solr index document.
|
SolrIndexDocument(Map<String,Any.ValueType> schema,
String dsId,
org.apache.solr.common.SolrInputDocument solrDocument)
Instantiates a new solr index document.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.solr.common.SolrInputDocument |
getSolrDocument()
Gets the solr document.
|
void |
setContent(org.apache.solr.common.SolrInputDocument solrDocument)
Sets the content.
|
addField, clear, containsKey, containsValue, deepCopy, entrySet, get, getError, getField, getFieldNames, getFieldValue, getFieldValues, getStatus, isEmpty, iterator, keySet, put, putAll, remove, removeField, setError, setField, setMarked, setOK, setStatus, size, toString, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllforEach, spliteratorpublic SolrIndexDocument(Map<String,Any.ValueType> schema, String dsId)
schema - the schemadsId - the ds idpublic SolrIndexDocument(Map<String,Any.ValueType> schema, String dsId, org.apache.solr.common.SolrInputDocument solrDocument)
schema - the schemadsId - the ds idsolrDocument - the solr documentCopyright © 2019. All rights reserved.