mirror of https://github.com/apache/lucene.git
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:
parent
1c646d24c9
commit
580b6df358
|
@ -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}.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue