mirror of https://github.com/apache/lucene.git
Trivial name spelling fix for SOLR-445. Cherry-picked 8c47d20
This commit is contained in:
parent
d0346d606e
commit
c8f9973a10
|
@ -119,7 +119,7 @@ New Features
|
||||||
* SOLR-8859: Spatial fields like RPT can now be configured to use Spatial4j registered shape formats
|
* SOLR-8859: Spatial fields like RPT can now be configured to use Spatial4j registered shape formats
|
||||||
e.g. via format="GeoJSON". (ryan, David Smiley)
|
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.
|
failures when sending multiple updates in a single request.
|
||||||
(Erick Erickson, Tomás Fernández Löbbe, Anshum Gupta, hossman)
|
(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.
|
* 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
|
* processor chain
|
||||||
*/
|
*/
|
||||||
public final class ToleratedUpdateError {
|
public final class ToleratedUpdateError {
|
||||||
|
|
Loading…
Reference in New Issue