Uses of Interface
gate.creole.annic.apache.lucene.search.FieldCache

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

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

Classes in gate.creole.annic.apache.lucene.search that implement FieldCache
(package private)  class FieldCacheImpl
          Expert: The default cache implementation, storing all values in memory.
 

Fields in gate.creole.annic.apache.lucene.search declared as FieldCache
static FieldCache FieldCache.DEFAULT
          Expert: The cache used internally by sorting and range query classes.