mirror of https://github.com/apache/lucene.git
Trivial name spelling fix for SOLR-445
Merge branch 'patch-3' of https://github.com/arafalov/lucene-solr-1 This closes #43
This commit is contained in:
commit
adaabaf834
|
@ -151,7 +151,7 @@ New Features
|
|||
* SOLR-8859: Spatial fields like RPT can now be configured to use Spatial4j registered shape formats
|
||||
e.g. via format="GeoJSON". (ryan, David Smiley)
|
||||
|
||||
* SOLR-445: new ToleranteUpdateProcessorFactory to support skipping update commands that cause
|
||||
* SOLR-445: new TolerantUpdateProcessorFactory to support skipping update commands that cause
|
||||
failures when sending multiple updates in a single request.
|
||||
(Erick Erickson, Tomás Fernández Löbbe, Anshum Gupta, hossman)
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ import org.apache.solr.common.SolrException.ErrorCode;
|
|||
|
||||
/**
|
||||
* Models the basic information related to a single "tolerated" error that occured during updates.
|
||||
* This class is only useful when the <code>ToleranteUpdateProcessorFactory</code> is used in an update
|
||||
* This class is only useful when the <code>TolerantUpdateProcessorFactory</code> is used in an update
|
||||
* processor chain
|
||||
*/
|
||||
public final class ToleratedUpdateError {
|
||||
|
|
Loading…
Reference in New Issue