typo: bost -> boost

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1350074 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Koji Sekiguchi 2012-06-14 02:10:52 +00:00
parent 49b9a671fe
commit d22b00ea16
1 changed files with 1 additions and 1 deletions

View File

@ -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>