| Package | Description | 
|---|---|
| org.apache.uima.cas.admin | |
| org.apache.uima.cas.impl | Implementation and Low-Level API for the CAS Interfaces. | 
| Modifier and Type | Method and Description | 
|---|---|
| FSIndexComparator | FSIndexRepositoryMgr. createComparator()Create a new comparator to define a new index. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | FSIndexRepositoryMgr. createIndex(FSIndexComparator comp,
           String label)Create a new sorted index. | 
| boolean | FSIndexRepositoryMgr. createIndex(FSIndexComparator comp,
           String label,
           int indexingStrategy)Create a new index. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FSIndexComparatorImplSpecifies the comparison to be used for an index, in terms of 
 - the keys and the typeorder, in an order 
 - the standard/reverse ordering | 
| Modifier and Type | Method and Description | 
|---|---|
| FSIndexComparator | FSIndexRepositoryImpl. createComparator() | 
| FSIndexComparator | LowLevelIndex. getComparatorForIndexSpecs()This is **NOT** a comparator for Feature Structures, but rather something that compares two
 comparator specifications | 
| FSIndexComparator | FsIndex_snapshot. getComparatorForIndexSpecs() | 
| FSIndexComparator | FsIndex_singletype. getComparatorForIndexSpecs() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | 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> | FSIndexRepositoryImpl. 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> | FSIndexRepositoryImpl. getLabels(FSIndexComparator comp)Get the labels for a specific comparator. | 
| Constructor and Description | 
|---|
| FsIndex_singletype(CASImpl cas,
                  Type type,
                  int indexType,
                  FSIndexComparator comparatorForIndexSpecs)Constructor for FsIndex_singletype. | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.