You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ko...@apache.org on 2012/06/14 04:10:53 UTC

svn commit: r1350074 - /lucene/dev/trunk/solr/core/src/java/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.java

Author: koji
Date: Thu Jun 14 02:10:52 2012
New Revision: 1350074

URL: http://svn.apache.org/viewvc?rev=1350074&view=rev
Log:
typo: bost -> boost

Modified:
    lucene/dev/trunk/solr/core/src/java/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.java

Modified: lucene/dev/trunk/solr/core/src/java/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/java/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.java?rev=1350074&r1=1350073&r2=1350074&view=diff
==============================================================================
--- lucene/dev/trunk/solr/core/src/java/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.java (original)
+++ lucene/dev/trunk/solr/core/src/java/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.java Thu Jun 14 02:10:52 2012
@@ -67,7 +67,7 @@ import org.slf4j.LoggerFactory;
  * If the <code>dest</code> field already exists in the document, then the 
  * values from the <code>source</code> fields will be added to it.  The 
  * "boost" value associated with the <code>dest</code> will not be changed, 
- * and any bost specified on the <code>source</code> fields will be ignored.  
+ * and any boost specified on the <code>source</code> fields will be ignored.  
  * (If the <code>dest</code> field did not exist prior to this processor, the 
  * newly created <code>dest</code> field will have the default boost of 1.0)
  * </p>