org.compass.core.lucene
Class LuceneEnvironment

java.lang.Object
  extended by org.compass.core.lucene.LuceneEnvironment

public class LuceneEnvironment
extends Object

Author:
kimchy

Nested Class Summary
static class LuceneEnvironment.Analyzer
           
static class LuceneEnvironment.AnalyzerFilter
           
static class LuceneEnvironment.DirectoryWrapper
           
static class LuceneEnvironment.Highlighter
          Settings for Lucene highlighter.
static class LuceneEnvironment.IndexDeletionPolicy
          Settings used to control Lucene IndexDeletionPolicy creation.
static class LuceneEnvironment.JdbcStore
          Settings applicable when storing the index within a database.
static class LuceneEnvironment.LocalCache
           
static class LuceneEnvironment.LockFactory
          Lucene LockFactory creation settings.
static class LuceneEnvironment.Optimizer
           
static class LuceneEnvironment.QueryParser
          Settings for different query parser implementations.
static class LuceneEnvironment.SearchEngineIndex
          Specific environment settings for the batch_insert settings.
static class LuceneEnvironment.Transaction
           
 
Field Summary
static String ALL_ANALYZER
          The analyzer that will be used for the all property.
static String DEFAULT_SEARCH
          The default search that will be used for non prefixed query values.
 
Constructor Summary
LuceneEnvironment()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_ANALYZER

public static final String ALL_ANALYZER
The analyzer that will be used for the all property. Optional and will default to the default analyzer.

See Also:
Constant Field Values

DEFAULT_SEARCH

public static final String DEFAULT_SEARCH
The default search that will be used for non prefixed query values. Defaults to the value of the "all" property.

See Also:
Constant Field Values
Constructor Detail

LuceneEnvironment

public LuceneEnvironment()


Copyright (c) 2004-2006 The Compass Project.