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 java.lang.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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.