net.sf.lucis.core
Class WriterConfiguration

java.lang.Object
  extended by net.sf.lucis.core.WriterConfiguration

public final class WriterConfiguration
extends java.lang.Object

Index writer configuration.

Author:
Andres Rodriguez

Method Summary
static WriterConfiguration defaultConfiguration()
           
 org.apache.lucene.analysis.Analyzer getAnalyzer()
           
 org.apache.lucene.index.IndexWriter.MaxFieldLength getMaxFieldLength()
           
static WriterConfiguration of(org.apache.lucene.analysis.Analyzer analyzer)
           
static WriterConfiguration of(org.apache.lucene.analysis.Analyzer analyzer, org.apache.lucene.index.IndexWriter.MaxFieldLength length)
           
static WriterConfiguration of(org.apache.lucene.analysis.Analyzer analyzer, int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.