org.apache.jackrabbit.core.query.lucene
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
 void setTransformation(int transformation)
          Sets the transformation.
 

Method Detail

setTransformation

void setTransformation(int transformation)
Sets the transformation. Must be one of the following values:

Parameters:
transformation - a transform constant.


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.