org.compass.core.lucene
Class LuceneEnvironment.Optimizer.Adaptive

java.lang.Object
  extended by org.compass.core.lucene.LuceneEnvironment.Optimizer.Adaptive
Enclosing class:
LuceneEnvironment.Optimizer

public abstract class LuceneEnvironment.Optimizer.Adaptive
extends Object

Set of environment settings for the adaptive optimizer.

Author:
kimchy

Field Summary
static String MERGE_FACTOR
          Determines how often the adaptive optimizer will optimize the index.
 
Constructor Summary
LuceneEnvironment.Optimizer.Adaptive()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MERGE_FACTOR

public static final String MERGE_FACTOR
Determines how often the adaptive optimizer will optimize the index.

Defaults to 10.

See Also:
Constant Field Values
Constructor Detail

LuceneEnvironment.Optimizer.Adaptive

public LuceneEnvironment.Optimizer.Adaptive()


Copyright (c) 2004-2008 The Compass Project.