Hi there, it's possible to get all indexed FSes of a type via
cas.getIndexRepository().getAllIndexedFS(type); however, this returns an FSIterator. For annotations, there is cas.getAnnotationIndex(type) which returns an FSIndex. Is there some default index for each type quaranteed to be always there with a well-known label which can be used with cas.getIndexRepository().getIndex(label); in analogy to getAnnotationIndex(type)? It'd be cool not to have to rely on the aggregate iterator that is returned by getAllIndexedFS(). Cheers, -- Richard
