| Package | Description | 
|---|---|
| org.apache.solr.common | Common classes reused on both clients & server for dealing with  documents to be indexedandresult documents. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ToleratedUpdateError | ToleratedUpdateError. parseMap(SimpleOrderedMap<String> data)returns a ToleratedUpdateError instance from the data in this Map | 
| static ToleratedUpdateError | ToleratedUpdateError. parseMetadataIfToleratedUpdateError(String metadataKey,
                                   String metadataVal)returns a ToleratedUpdateError instance if this metadataKey is one we care about, else null | 
| 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 | 
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.