Package org.apache.uima.cas.impl
Class FSIndexRepositoryImpl.SharedIndexInfo
java.lang.Object
org.apache.uima.cas.impl.FSIndexRepositoryImpl.SharedIndexInfo
- Enclosing class:
FSIndexRepositoryImpl
Information about indexes that is shared across all views *
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Comparator<TOP> private Comparator<TOP> private Comparator<TOP> private Comparator<TOP> lazily created comparator using the built-in annotation indexprivate LinearTypeOrderBuilderprivate LinearTypeOrderprivate booleanoptimization only - bypasses some shared (among views) initialization if already doneprivate final TypeSystemImpl -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
defaultOrderBuilder
-
defaultTypeOrder
-
tsi
-
annotationFsComparatorWithoutId
lazily created comparator using the built-in annotation index -
annotationFsComparatorWithId
-
annotationFsComparatorNoTypeWithoutId
-
annotationFsComparatorNoTypeWithId
-
isSetUpFromBaseCAS
private boolean isSetUpFromBaseCASoptimization only - bypasses some shared (among views) initialization if already done
-
-
Constructor Details
-
SharedIndexInfo
SharedIndexInfo(TypeSystemImpl typeSystem)
-