net.sf.lucis.core
Class WriterConfiguration
java.lang.Object
net.sf.lucis.core.WriterConfiguration
public final class WriterConfiguration
- extends java.lang.Object
Index writer configuration.
- Author:
- Andres Rodriguez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getAnalyzer
public org.apache.lucene.analysis.Analyzer getAnalyzer()
getMaxFieldLength
public org.apache.lucene.index.IndexWriter.MaxFieldLength getMaxFieldLength()
defaultConfiguration
public static WriterConfiguration defaultConfiguration()
of
public static WriterConfiguration of(org.apache.lucene.analysis.Analyzer analyzer,
org.apache.lucene.index.IndexWriter.MaxFieldLength length)
of
public static WriterConfiguration of(org.apache.lucene.analysis.Analyzer analyzer,
int length)
of
public static WriterConfiguration of(org.apache.lucene.analysis.Analyzer analyzer)
Copyright © 2009. All Rights Reserved.