Uses of Interface
org.apache.lucene.search.FieldCache

Packages that use FieldCache
org.apache.lucene.search Code to search indices. 
org.apache.lucene.util Some utility classes. 
 

Uses of FieldCache in org.apache.lucene.search
 

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

Methods in org.apache.lucene.search that return FieldCache
 FieldCache FieldCacheTermsFilter.getFieldCache()
           
 

Uses of FieldCache in org.apache.lucene.util
 

Methods in org.apache.lucene.util with parameters of type FieldCache
static FieldCacheSanityChecker.Insanity[] FieldCacheSanityChecker.checkSanity(FieldCache cache)
          Quick and dirty convenience method
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.