public SetMaxFieldLength ( int maxFieldLength ) : void | ||
maxFieldLength | int | |
Результат | void |
Note: this silently truncates large documents, excluding from the index all terms that occur further in the document. If you know your source documents are large, be sure to set this value high enough to accomodate the expected size. If you set it to Integer.MAX_VALUE, then the only limit is your memory, but you should anticipate an OutOfMemoryError.
By default, no more than DEFAULT_MAX_FIELD_LENGTH terms will be indexed for a field.
public SetMaxFieldLength ( int maxFieldLength ) : void | ||
maxFieldLength | int | |
Результат | void |