Uses of Class
org.apache.lucene.search.FieldCache.Doubles
-
Packages that use FieldCache.Doubles Package Description org.apache.lucene.search Code to search indices. -
-
Uses of FieldCache.Doubles in org.apache.lucene.search
Fields in org.apache.lucene.search declared as FieldCache.Doubles Modifier and Type Field Description static FieldCache.DoublesFieldCache.Doubles. EMPTYZero value for every documentMethods in org.apache.lucene.search that return FieldCache.Doubles Modifier and Type Method Description FieldCache.DoublesFieldCache. getDoubles(AtomicReader reader, String field, boolean setDocsWithField)Returns aFieldCache.Doublesover the values found in documents in the given field.FieldCache.DoublesFieldCache. getDoubles(AtomicReader reader, String field, FieldCache.DoubleParser parser, boolean setDocsWithField)Returns aFieldCache.Doublesover the values found in documents in the given field.
-