org.hibernate.lucene
Class Environment

java.lang.Object
  extended by org.hibernate.lucene.Environment

public final class Environment
extends Object

Author:
Emmanuel Bernard

Field Summary
static String ANALYZER_CLASS
          Lucene analyser
static String INDEX_BASE_DIR
          Indexes base directory
 
Constructor Summary
Environment()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INDEX_BASE_DIR

public static final String INDEX_BASE_DIR
Indexes base directory

See Also:
Constant Field Values

ANALYZER_CLASS

public static final String ANALYZER_CLASS
Lucene analyser

See Also:
Constant Field Values
Constructor Detail

Environment

public Environment()