| org.compass.annotations.ExcludeFromAll
ExcludeFromAll | public enum ExcludeFromAll (Code) | | Specifies if a certain property should be excluded from all property or not.
author: kimchy |
Field Summary | |
Enum Constant | NO The property will not be excluded from all. | Enum Constant | NO_ANALYZED The property will not be excluded from all. | Enum Constant | YES The property will be exlcuded from all. |
NO | Enum Constant NO(Code) | | The property will not be excluded from all. If this property is "un_tokenized"
it will be added as is to the all property without being analyzed/tokenized.
|
NO_ANALYZED | Enum Constant NO_ANALYZED(Code) | | The property will not be excluded from all. If this property is "un_tokenized"
it will be added as is to the all property after being analyzed.
|
YES | Enum Constant YES(Code) | | The property will be exlcuded from all.
|
|
|