net.conquiris.lucene
Class Conquiris

java.lang.Object
  extended by net.conquiris.lucene.Conquiris

public final class Conquiris
extends Object

Support class the default values related to the lucene version for this lucis version.

Author:
Andres Rodriguez

Method Summary
static org.apache.lucene.analysis.Analyzer standardAnalyzer()
          Returns the default standard analyzer.
static org.apache.lucene.util.Version version()
          Returns the used lucene version.
static org.apache.lucene.index.IndexWriterConfig writerConfig()
          Returns a new instance of the default writer configuration.
static com.google.common.base.Supplier<org.apache.lucene.index.IndexWriterConfig> writerConfigSupplier()
          Returns the default writer configuration supplier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

version

public static org.apache.lucene.util.Version version()
Returns the used lucene version.


standardAnalyzer

public static org.apache.lucene.analysis.Analyzer standardAnalyzer()
Returns the default standard analyzer.


writerConfig

public static org.apache.lucene.index.IndexWriterConfig writerConfig()
Returns a new instance of the default writer configuration.


writerConfigSupplier

public static com.google.common.base.Supplier<org.apache.lucene.index.IndexWriterConfig> writerConfigSupplier()
Returns the default writer configuration supplier.



Copyright © 2012 Derquinse Projects.. All Rights Reserved.