mirror of https://github.com/apache/lucene.git
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:
parent
49b9a671fe
commit
d22b00ea16
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue