Uses of Class
org.apache.solr.common.ToleratedUpdateError
Packages that use ToleratedUpdateError
Package
Description
Common classes reused on both clients & server for dealing with
documents to be indexed and result documents.-
Uses of ToleratedUpdateError in org.apache.solr.common
Methods in org.apache.solr.common that return ToleratedUpdateErrorModifier and TypeMethodDescriptionstatic ToleratedUpdateErrorToleratedUpdateError.parseMap(SimpleOrderedMap<String> data) returns a ToleratedUpdateError instance from the data in this Mapstatic ToleratedUpdateErrorToleratedUpdateError.parseMetadataIfToleratedUpdateError(String metadataKey, String metadataVal) returns a ToleratedUpdateError instance if this metadataKey is one we care about, else nullMethod parameters in org.apache.solr.common with type arguments of type ToleratedUpdateErrorModifier and TypeMethodDescriptionstatic List<SimpleOrderedMap<String>> ToleratedUpdateError.formatForResponseHeader(List<ToleratedUpdateError> errs) returns a list of maps of simple objects suitable for putting in a SolrQueryResponse header