| org.compass.annotations.Reverse
Reverse | public enum Reverse (Code) | | Specifies whether and how the meta-data proeprty should value will be revered.
author: kimchy |
Field Summary | |
Enum Constant | NO No reversing will happen on the meta-data value. | Enum Constant | READER A special reader will wrap the actual string value,
and reverse it. | Enum Constant | STRING A new string will be used to hold the reverse value of the meta-data. |
NO | Enum Constant NO(Code) | | No reversing will happen on the meta-data value.
|
STRING | Enum Constant STRING(Code) | | A new string will be used to hold the reverse value of the meta-data.
Less performant than the
Reverse.READER option, but allows to control
the
Index and the
Store .
|
|
|