Jörn Kottmann wrote:
> public interface JFSIndexRepository {
>
> FSIndex getIndex(String label);
> FSIndex getIndex(String label, int type);
> AnnotationIndex getAnnotationIndex();
> AnnotationIndex getAnnotationIndex(int type);
> Iterator> getIndexes();
> FSIterator getAllIndexedFS(Type aT
On Mon, Aug 24, 2009 at 6:55 AM, Jörn Kottmann wrote:
> public interface JFSIndexRepository {
>
> FSIndex getIndex(String label);
> FSIndex getIndex(String label, int type);
> AnnotationIndex getAnnotationIndex();
> AnnotationIndex getAnnotationIndex(int type);
> Iterator> getIndexes();
> FSI