org.apache.jackrabbit.core.query.lucene
Interface TransformConstants

All Known Subinterfaces:
Transformable
All Known Implementing Classes:
LocalNameRangeQuery, RangeQuery, WildcardNameQuery, WildcardQuery

public interface TransformConstants

TransformConstants defines constants for query processing.


Field Summary
static int TRANSFORM_LOWER_CASE
          The underlying term enum is transformed to lower case characters.
static int TRANSFORM_NONE
          No transformation is done on the term enum.
static int TRANSFORM_UPPER_CASE
          The 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


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