|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexWriter.MaxFieldLength | |
---|---|
org.apache.lucene.index | Code to maintain and access indices. |
Uses of IndexWriter.MaxFieldLength in org.apache.lucene.index |
---|
Fields in org.apache.lucene.index declared as IndexWriter.MaxFieldLength | |
---|---|
static IndexWriter.MaxFieldLength |
IndexWriter.MaxFieldLength.LIMITED
Deprecated. Sets the maximum field length to IndexWriter.DEFAULT_MAX_FIELD_LENGTH |
static IndexWriter.MaxFieldLength |
IndexWriter.MaxFieldLength.UNLIMITED
Deprecated. Sets the maximum field length to Integer.MAX_VALUE . |
Constructors in org.apache.lucene.index with parameters of type IndexWriter.MaxFieldLength | |
---|---|
IndexWriter(Directory d,
Analyzer a,
boolean create,
IndexDeletionPolicy deletionPolicy,
IndexWriter.MaxFieldLength mfl)
Deprecated. use IndexWriter.IndexWriter(Directory, IndexWriterConfig) instead |
|
IndexWriter(Directory d,
Analyzer a,
boolean create,
IndexWriter.MaxFieldLength mfl)
Deprecated. use IndexWriter.IndexWriter(Directory, IndexWriterConfig) instead |
|
IndexWriter(Directory d,
Analyzer a,
IndexDeletionPolicy deletionPolicy,
IndexWriter.MaxFieldLength mfl)
Deprecated. use IndexWriter.IndexWriter(Directory, IndexWriterConfig) instead |
|
IndexWriter(Directory d,
Analyzer a,
IndexDeletionPolicy deletionPolicy,
IndexWriter.MaxFieldLength mfl,
IndexCommit commit)
Deprecated. use IndexWriter.IndexWriter(Directory, IndexWriterConfig) instead |
|
IndexWriter(Directory d,
Analyzer a,
IndexWriter.MaxFieldLength mfl)
Deprecated. use IndexWriter.IndexWriter(Directory, IndexWriterConfig) instead |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |