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