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