public interface TransformConstants
TransformConstants defines constants for query processing.| Modifier and Type | Field and Description | 
|---|---|
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. 
 | 
static final int TRANSFORM_NONE
static final int TRANSFORM_LOWER_CASE
static final int TRANSFORM_UPPER_CASE
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.