Uses of Interface
org.apache.lucene.search.FieldCache
-
Packages that use FieldCache Package Description org.apache.lucene.search Code to search indices.org.apache.lucene.search.function Programmatic control over documents scores.org.apache.lucene.util Some utility classes. -
-
Uses of FieldCache in org.apache.lucene.search
Fields in org.apache.lucene.search declared as FieldCache Modifier and Type Field Description static FieldCacheFieldCache. DEFAULTExpert: The cache used internally by sorting and range query classes.Methods in org.apache.lucene.search that return FieldCache Modifier and Type Method Description FieldCacheFieldCacheTermsFilter. getFieldCache() -
Uses of FieldCache in org.apache.lucene.search.function
Methods in org.apache.lucene.search.function with parameters of type FieldCache Modifier and Type Method Description DocValuesByteFieldSource. getCachedFieldValues(FieldCache cache, String field, IndexReader reader)abstract DocValuesFieldCacheSource. getCachedFieldValues(FieldCache cache, String field, IndexReader reader)Return cached DocValues for input field and reader.DocValuesFloatFieldSource. getCachedFieldValues(FieldCache cache, String field, IndexReader reader)DocValuesIntFieldSource. getCachedFieldValues(FieldCache cache, String field, IndexReader reader)DocValuesShortFieldSource. getCachedFieldValues(FieldCache cache, String field, IndexReader reader) -
Uses of FieldCache in org.apache.lucene.util
Methods in org.apache.lucene.util with parameters of type FieldCache Modifier and Type Method Description static FieldCacheSanityChecker.Insanity[]FieldCacheSanityChecker. checkSanity(FieldCache cache)Quick and dirty convenience method
-