Package org.apache.uima.fit.descriptor
Annotation Interface FsIndexKey
- See Also:
-
FsIndexKeyDescription
FsIndexFactory
-
Required Element Summary
-
Optional Element Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Field Details
-
STANDARD_COMPARE
static final int STANDARD_COMPARE- See Also:
-
FsIndexKeyDescription.STANDARD_COMPARE
- Constant Field Values
-
REVERSE_STANDARD_COMPARE
static final int REVERSE_STANDARD_COMPARE- See Also:
-
FsIndexKeyDescription.REVERSE_STANDARD_COMPARE
- Constant Field Values
-
-
Element Details
-
featureName
String featureName- Returns:
- the name of this key's Feature
- See Also:
-
FsIndexKeyDescription.getFeatureName()
-
-
-
comparator
int comparator- Returns:
- this key's comparator
- See Also:
-
FsIndexKeyDescription.getComparator()
- Default:
- 0
-