|
||||||||||
| 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_OMIT_TF
The default value of omit tf 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. |
static String |
MAPPING_PREFIX
Allows to configure (can be confiugred multiple times) with a mapping to use. |
static String |
SCAN_MAPPING_PACKAGE
|
static String |
SCAN_MAPPING_PATTERN
|
static String |
SCAN_MAPPING_PREFIX
A prefix for definting scanning. |
| 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.ANALYZED
for most properties unless the converer suggested otherwise (such as
Property.Index.NOT_ANALYZED for numbers.
public static final String GLOBAL_TERM_VECTOR
Property.TermVector.NO.
public static final String GLOBAL_OMIT_NORMS
false.
public static final String GLOBAL_OMIT_TF
false.
public static final String MAPPING_PREFIX
public static final String SCAN_MAPPING_PREFIX
SCAN_MAPPING_PACKAGE must be defiend and optionally another setting
with the same logical name and @SCAN_MAPPING_PATTERN.
public static final String SCAN_MAPPING_PACKAGE
public static final String SCAN_MAPPING_PATTERN
| Constructor Detail |
|---|
public CompassEnvironment.Mapping()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||