org.compass.core.config
Class CompassEnvironment.Mapping

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

public abstract class CompassEnvironment.Mapping
extends Object

Global settings that affect the different mappings.


Field Summary
static String GLOBAL_INDEX
          The default value of index for mappings.
static String GLOBAL_OMIT_NORMS
          The default value of omit norms for mappings.
static String GLOBAL_STORE
          The default value of store for mappings.
static String GLOBAL_TERM_VECTOR
          The default value of term vector for mappings.
 
Constructor Summary
CompassEnvironment.Mapping()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GLOBAL_STORE

public static final String GLOBAL_STORE
The default value of store for mappings. If set, will be used for all the mappings that have not explicitly set it. If not set, will be Property.Store.YES.

See Also:
Constant Field Values

GLOBAL_INDEX

public static final String GLOBAL_INDEX
The default value of index for mappings. If set, will be used for all the mappings that have not explicitly set it. If not set, will be Property.Index.TOKENIZED for most properties unless the converer suggested otherwise (such as Property.Index.UN_TOKENIZED for numbers.

See Also:
Constant Field Values

GLOBAL_TERM_VECTOR

public static final String GLOBAL_TERM_VECTOR
The default value of term vector for mappings. If set, will be used for all the mappings that have not explicitly set it. If not set, will be Property.TermVector.NO.

See Also:
Constant Field Values

GLOBAL_OMIT_NORMS

public static final String GLOBAL_OMIT_NORMS
The default value of omit norms for mappings. If set, will be used for all the mappings that have not explicitly set it. If not set, will be false.

See Also:
Constant Field Values
Constructor Detail

CompassEnvironment.Mapping

public CompassEnvironment.Mapping()


Copyright (c) 2004-2008 The Compass Project.