Uses of Class
gate.creole.annic.apache.lucene.search.FieldCache.StringIndex

Packages that use FieldCache.StringIndex
gate.creole.annic.apache.lucene.search Search over indices. 
 

Uses of FieldCache.StringIndex in gate.creole.annic.apache.lucene.search
 

Methods in gate.creole.annic.apache.lucene.search that return FieldCache.StringIndex
 FieldCache.StringIndex FieldCache.getStringIndex(IndexReader reader, String field)
          Checks the internal cache for an appropriate entry, and if none is found reads the term values in field and returns an array of them in natural order, along with an array telling which element in the term array each document uses.
 FieldCache.StringIndex FieldCacheImpl.getStringIndex(IndexReader reader, String field)