Class FSIndexRepositoryImpl.IndexesForType

java.lang.Object
org.apache.uima.cas.impl.FSIndexRepositoryImpl.IndexesForType
Enclosing class:
FSIndexRepositoryImpl

static class FSIndexRepositoryImpl.IndexesForType extends Object
Information about all the indexes for a single type. This is kept in an List, with the key being the type code.
  • Field Details

    • hasSetIndex

      boolean hasSetIndex
      true if one or more of the indexes is a set index
    • typename

      final String typename
    • aSortedIndex

      int aSortedIndex
      index of any sorted index or -1 if no sorted index
    • aBagIndex

      int aBagIndex
    • indexesForType

      final ArrayList<FsIndex_iicp<TOP>> indexesForType
  • Constructor Details

    • IndexesForType

      IndexesForType(TypeImpl ti)
  • Method Details