|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.core.config.CompassEnvironment.Mapping
public abstract class CompassEnvironment.Mapping
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 |
|---|
public static final String GLOBAL_STORE
Property.Store.YES.
public static final String GLOBAL_INDEX
Property.Index.TOKENIZED
for most properties unless the converer suggested otherwise (such as
Property.Index.UN_TOKENIZED for numbers.
public static final String GLOBAL_TERM_VECTOR
Property.TermVector.NO.
public static final String GLOBAL_OMIT_NORMS
false.
| Constructor Detail |
|---|
public CompassEnvironment.Mapping()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||