diff --git a/solr/core/src/java/org/apache/solr/update/processor/AbstractDefaultValueUpdateProcessorFactory.java b/solr/core/src/java/org/apache/solr/update/processor/AbstractDefaultValueUpdateProcessorFactory.java index de8491102aa..d4448b60f45 100644 --- a/solr/core/src/java/org/apache/solr/update/processor/AbstractDefaultValueUpdateProcessorFactory.java +++ b/solr/core/src/java/org/apache/solr/update/processor/AbstractDefaultValueUpdateProcessorFactory.java @@ -36,7 +36,7 @@ import org.apache.solr.update.AddUpdateCommand; *

*

* This base class handles initialization of the fieldName init - * param, and provides an {@link DefaultValueUpdateProcessor} that Factory + * param, and provides an {@link AbstractDefaultValueUpdateProcessorFactory.DefaultValueUpdateProcessor} that Factory * subclasses may choose to return from their getInstance * implementation. *

diff --git a/solr/core/src/java/org/apache/solr/update/processor/UUIDUpdateProcessorFactory.java b/solr/core/src/java/org/apache/solr/update/processor/UUIDUpdateProcessorFactory.java index 3f9ef5aee7d..e099f04fd08 100644 --- a/solr/core/src/java/org/apache/solr/update/processor/UUIDUpdateProcessorFactory.java +++ b/solr/core/src/java/org/apache/solr/update/processor/UUIDUpdateProcessorFactory.java @@ -50,7 +50,7 @@ import org.apache.solr.schema.SchemaField; * *

* If field name is omitted in processor configuration, - * then @{link org.apache.solr.schema.IndexSchema#getUniqueKeyField()} + * then @{link org.apache.solr.schema.IndexSchema#getUniqueKeyField()} * is used as field and a new UUID will be generated * and added as the value of that field. The field type of the uniqueKeyField * must be anything which accepts a string or UUID value.