Interface TransformConstants
-
- All Known Subinterfaces:
Transformable
- All Known Implementing Classes:
LocalNameRangeQuery,RangeQuery,WildcardNameQuery,WildcardQuery
public interface TransformConstantsTransformConstantsdefines constants for query processing.
-
-
Field Summary
Fields Modifier and Type Field Description static intTRANSFORM_LOWER_CASEThe underlying term enum is transformed to lower case characters.static intTRANSFORM_NONENo transformation is done on the term enum.static intTRANSFORM_UPPER_CASEThe underlying term enum is transformed to upper case characters.
-
-
-
Field Detail
-
TRANSFORM_NONE
static final int TRANSFORM_NONE
No transformation is done on the term enum.- See Also:
- Constant Field Values
-
TRANSFORM_LOWER_CASE
static final int TRANSFORM_LOWER_CASE
The underlying term enum is transformed to lower case characters.- See Also:
- Constant Field Values
-
TRANSFORM_UPPER_CASE
static final int TRANSFORM_UPPER_CASE
The underlying term enum is transformed to upper case characters.- See Also:
- Constant Field Values
-
-