Uses of Interface
org.apache.uima.cas.admin.FSIndexComparator
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of FSIndexComparator in org.apache.uima.cas.admin
Modifier and TypeMethodDescriptionFSIndexRepositoryMgr.createComparator()
Create a new comparator to define a new index.Modifier and TypeMethodDescriptionboolean
FSIndexRepositoryMgr.createIndex
(FSIndexComparator comp, String label) Create a new sorted index.boolean
FSIndexRepositoryMgr.createIndex
(FSIndexComparator comp, String label, int indexingStrategy) Create a new index. -
Uses of FSIndexComparator in org.apache.uima.cas.impl
Modifier and TypeClassDescriptionclass
Specifies the comparison to be used for an index, in terms of - the keys and the typeorder, in an order - the standard/reverse orderingModifier and TypeMethodDescriptionFSIndexRepositoryImpl.createComparator()
FsIndex_singletype.getComparatorForIndexSpecs()
FsIndex_snapshot.getComparatorForIndexSpecs()
LowLevelIndex.getComparatorForIndexSpecs()
This is **NOT** a comparator for Feature Structures, but rather something that compares two comparator specificationsModifier and TypeMethodDescriptionint
FSIndexComparatorImpl.compareTo
(FSIndexComparator o) Compares two FSIndexComparator instances.boolean
FSIndexRepositoryImpl.createIndex
(FSIndexComparator comp, String label) boolean
FSIndexRepositoryImpl.createIndex
(FSIndexComparator comp, String label, int indexType) <T extends FeatureStructure>
booleanFSIndexRepositoryImpl.createIndexNoQuestionsAsked
(FSIndexComparator comp, String label, int indexType) This is public only until the xml specifier format supports specifying index kinds (set, bag etc.).<T extends FeatureStructure>
Iterator<String>FSIndexRepositoryImpl.getLabels
(FSIndexComparator comp) Get the labels for a specific comparator.ModifierConstructorDescriptionprotected
FsIndex_singletype
(CASImpl cas, Type type, int indexType, FSIndexComparator comparatorForIndexSpecs) Constructor for FsIndex_singletype.