net.conquiris.lucene
Class Conquiris

java.lang.Object
  extended by net.derquinse.common.base.NotInstantiable
      extended by net.conquiris.lucene.Conquiris

public final class Conquiris
extends NotInstantiable

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

Author:
Andres Rodriguez

Method Summary
static Analyzer standardAnalyzer()
          Returns the default standard analyzer.
static Version version()
          Returns the used lucene version.
static IndexWriterConfig writerConfig()
          Returns a new instance of the default writer configuration.
static Supplier<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 Version version()
Returns the used lucene version.


standardAnalyzer

public static Analyzer standardAnalyzer()
Returns the default standard analyzer.


writerConfig

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


writerConfigSupplier

public static Supplier<IndexWriterConfig> writerConfigSupplier()
Returns the default writer configuration supplier.



Copyright © 2013 Derquinse Projects. All Rights Reserved.