|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.index.IndexWriter.MaxFieldLength
public static final class IndexWriter.MaxFieldLength
Specifies maximum field length in IndexWriter constructors.
IndexWriter.setMaxFieldLength(int) overrides the value set by
the constructor.
| Field Summary | |
|---|---|
static IndexWriter.MaxFieldLength |
LIMITED
Sets the maximum field length to IndexWriter.DEFAULT_MAX_FIELD_LENGTH |
static IndexWriter.MaxFieldLength |
UNLIMITED
Sets the maximum field length to Integer.MAX_VALUE. |
| Constructor Summary | |
|---|---|
IndexWriter.MaxFieldLength(int limit)
Public constructor to allow users to specify the maximum field size limit. |
|
| Method Summary | |
|---|---|
int |
getLimit()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final IndexWriter.MaxFieldLength UNLIMITED
Integer.MAX_VALUE.
public static final IndexWriter.MaxFieldLength LIMITED
IndexWriter.DEFAULT_MAX_FIELD_LENGTH
| Constructor Detail |
|---|
public IndexWriter.MaxFieldLength(int limit)
limit - The maximum field length| Method Detail |
|---|
public int getLimit()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||