| org.compass.annotations.ManagedIdIndex
ManagedIdIndex | public enum ManagedIdIndex (Code) | | Controls the index (see
Index ) of the internal managed id generated
(see
ManagedId ). Note, that this is an advance mapping setting, which
usually should not be set.
author: kimchy See Also: ManagedId See Also: Index |
Field Summary | |
Enum Constant | NA Lets Compass control it. | Enum Constant | NO Do not index the property value. | Enum Constant | UN_TOKENIZED Index the property's value without using an Analyzer, so it can be searched.
As no analyzer is used the value will be stored as a single term. |
NA | Enum Constant NA(Code) | | Lets Compass control it. Uses compass deafult, or the external setting for it.
|
NO | Enum Constant NO(Code) | | Do not index the property value. This property can thus not be searched, but one
can still access its contents provided it is
Store stored .
|
UN_TOKENIZED | Enum Constant UN_TOKENIZED(Code) | | Index the property's value without using an Analyzer, so it can be searched.
As no analyzer is used the value will be stored as a single term. This is
useful for unique Ids like product numbers.
|
|
|