Uses of Interface
org.apache.uima.cas.admin.FSIndexComparator
Packages that use FSIndexComparator
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of FSIndexComparator in org.apache.uima.cas.admin
Methods in org.apache.uima.cas.admin that return FSIndexComparatorModifier and TypeMethodDescriptionFSIndexRepositoryMgr.createComparator()Create a new comparator to define a new index.Methods in org.apache.uima.cas.admin with parameters of type FSIndexComparatorModifier and TypeMethodDescriptionbooleanFSIndexRepositoryMgr.createIndex(FSIndexComparator comp, String label) Create a new sorted index.booleanFSIndexRepositoryMgr.createIndex(FSIndexComparator comp, String label, int indexingStrategy) Create a new index. -
Uses of FSIndexComparator in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement FSIndexComparatorMethods in org.apache.uima.cas.impl that return FSIndexComparatorModifier and TypeMethodDescriptionFSIndexRepositoryImpl.createComparator()FSIndexImpl.getComparator()FSLeafIndexImpl.getComparator()Methods in org.apache.uima.cas.impl with parameters of type FSIndexComparatorModifier and TypeMethodDescriptionintFSIndexComparatorImpl.compareTo(FSIndexComparator o) Compares two FSIndexComparator instances.booleanFSIndexRepositoryImpl.createIndex(FSIndexComparator comp, String label) booleanFSIndexRepositoryImpl.createIndex(FSIndexComparator comp, String label, int indexType) booleanFSIndexRepositoryImpl.createIndexNoQuestionsAsked(FSIndexComparator comp, String label, int indexType) This is public only until the xml specifier format supports specifying index kinds (set, bag etc.).FSIndexRepositoryImpl.getLabels(FSIndexComparator comp) Get the labels for a specific comparator.