Interface Transformable
-
- All Superinterfaces:
TransformConstants
- All Known Implementing Classes:
LocalNameRangeQuery
,RangeQuery
,WildcardNameQuery
,WildcardQuery
public interface Transformable extends TransformConstants
Transformable
marks queries that can transform the value to upper- or lower-case.
-
-
Field Summary
-
Fields inherited from interface org.apache.jackrabbit.core.query.lucene.TransformConstants
TRANSFORM_LOWER_CASE, TRANSFORM_NONE, TRANSFORM_UPPER_CASE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setTransformation(int transformation)
Sets the transformation.
-