LUCENE-2048: fix javadocs warning

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1145603 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-07-12 14:14:33 +00:00
parent 1c646d24c9
commit 580b6df358
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ public abstract class FieldType extends FieldProperties {
* @param index {@link org.apache.lucene.document.Field.Index}
* @param vec {@link org.apache.lucene.document.Field.TermVector}
* @param omitNorms true if norms should be omitted
* @param omitTFPos true if term freq and position should be omitted.
* @param options options for what should be indexed in the postings
* @param boost The boost value
* @return the {@link org.apache.lucene.document.Fieldable}.
*/