|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.core.config.CompassEnvironment.All
public abstract class CompassEnvironment.All
Settings relating to the "all" property.
| Field Summary | |
|---|---|
static String |
BOOST_SUPPORT
Should the all property honor boost settings on sepecific proeprties when searching. |
static String |
DEFAULT_NAME
The default name for the "all" property. |
static String |
ENABLED
If all property will be globablly enabled or not. |
static String |
EXCLUDE_ALIAS
Should the all property exclude the alias from all. |
static String |
INCLUDE_UNMAPPED_PROPERTIES
Should the all property include data from properties that do not have an explicit mapping. |
static String |
NAME
Controls the name of the "all" property. |
static String |
OMIT_NORMS
Should the all property omit norms. |
static String |
OMIT_TF
Should the all property omit tf. |
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 |
|---|
public static final String NAME
public static final String DEFAULT_NAME
zzz-all.
public static final String TERM_VECTOR
no, yes, positions,
offsets, positions_offsets.
public static final String ENABLED
Note, enabling and disabling all property can also be done on the mapping itself. If it is explicitly defined on the mappings, then it will override this setting.
public static final String EXCLUDE_ALIAS
true.
Note, this can be explicitly set on the mapping level, which will then be used instead of this global setting.
public static final String OMIT_NORMS
false.
Note, this can be explicitly set on the mapping level, which will then be used instead of this global setting.
public static final String OMIT_TF
false.
Note, this can be explicitly set on the mapping level, which will then be used instead of this global setting.
public static final String BOOST_SUPPORT
true.
If set to true, more data will be saved in the index in case of a
specific boost value, but searching experiance will be much improved.
public static final String INCLUDE_UNMAPPED_PROPERTIES
true.
| Constructor Detail |
|---|
public CompassEnvironment.All()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||