Uses of Class
org.apache.lucene.search.FieldCache.Floats
Packages that use FieldCache.Floats
-
Uses of FieldCache.Floats in org.apache.lucene.search
Fields in org.apache.lucene.search declared as FieldCache.FloatsModifier and TypeFieldDescriptionstatic final FieldCache.Floats
FieldCache.Floats.EMPTY
Zero value for every documentMethods in org.apache.lucene.search that return FieldCache.FloatsModifier and TypeMethodDescriptionFieldCache.getFloats
(AtomicReader reader, String field, boolean setDocsWithField) Returns aFieldCache.Floats
over the values found in documents in the given field.FieldCache.getFloats
(AtomicReader reader, String field, FieldCache.FloatParser parser, boolean setDocsWithField) Returns aFieldCache.Floats
over the values found in documents in the given field.