Package | Description |
---|---|
org.apache.solr.common |
Common classes reused on both clients & server for dealing with
documents to be indexed and result documents . |
org.apache.solr.common.util |
Common utility classes reused on both clients & server.
|
Modifier and Type | Method and Description |
---|---|
SimpleOrderedMap<String> |
ToleratedUpdateError.getSimpleMap()
returns a map of simple objects suitable for putting in a SolrQueryResponse header
|
Modifier and Type | Method and Description |
---|---|
static List<SimpleOrderedMap<String>> |
ToleratedUpdateError.formatForResponseHeader(List<ToleratedUpdateError> errs)
returns a list of maps of simple objects suitable for putting in a SolrQueryResponse header
|
Modifier and Type | Method and Description |
---|---|
static ToleratedUpdateError |
ToleratedUpdateError.parseMap(SimpleOrderedMap<String> data)
returns a ToleratedUpdateError instance from the data in this Map
|
Modifier and Type | Method and Description |
---|---|
SimpleOrderedMap<T> |
SimpleOrderedMap.clone() |
SimpleOrderedMap<Object> |
JavaBinCodec.readOrderedMap(DataInputInputStream dis) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.