org.compass.core.config
Class CompassEnvironment.All

java.lang.Object
  extended by org.compass.core.config.CompassEnvironment.All
Enclosing class:
CompassEnvironment

public abstract class CompassEnvironment.All
extends Object

Settings relating to the "all" property.


Field Summary
static String DEFAULT_NAME
          The default name for the "all" property.
static String NAME
          Controls the name of the "all" property.
static String TERM_VECTOR
          The term vector the will be used with the all property.
 
Constructor Summary
CompassEnvironment.All()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
Controls the name of the "all" property.

See Also:
Constant Field Values

DEFAULT_NAME

public static final String DEFAULT_NAME
The default name for the "all" property.

See Also:
Constant Field Values

TERM_VECTOR

public static final String TERM_VECTOR
The term vector the will be used with the all property. Can be one out of: no, yes, positions, offsets, positions_offsets.

See Also:
Constant Field Values
Constructor Detail

CompassEnvironment.All

public CompassEnvironment.All()


Copyright (c) 2004-2006 The Compass Project.