org.apache.lucene.index
Class IndexWriter.MaxFieldLength
java.lang.Object
org.apache.lucene.index.IndexWriter.MaxFieldLength
- Enclosing class:
- IndexWriter
public static final class IndexWriter.MaxFieldLength
- extends Object
Specifies maximum field length (in number of tokens/terms) in IndexWriter
constructors.
IndexWriter.setMaxFieldLength(int)
overrides the value set by
the constructor.
Constructor Summary |
IndexWriter.MaxFieldLength(int limit)
Public constructor to allow users to specify the maximum field size limit. |
UNLIMITED
public static final IndexWriter.MaxFieldLength UNLIMITED
- Sets the maximum field length to
Integer.MAX_VALUE
.
LIMITED
public static final IndexWriter.MaxFieldLength LIMITED
- Sets the maximum field length to
IndexWriter.DEFAULT_MAX_FIELD_LENGTH
IndexWriter.MaxFieldLength
public IndexWriter.MaxFieldLength(int limit)
- Public constructor to allow users to specify the maximum field size limit.
- Parameters:
limit
- The maximum field length
getLimit
public int getLimit()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.