Uses of Class
org.apache.lucene.search.FieldCache.Floats

Packages that use FieldCache.Floats
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
static FieldCache.Floats FieldCache.Floats.EMPTY
          Zero value for every document
 

Methods in org.apache.lucene.search that return FieldCache.Floats
 FieldCache.Floats FieldCache.getFloats(AtomicReader reader, String field, boolean setDocsWithField)
          Returns a FieldCache.Floats over the values found in documents in the given field.
 FieldCache.Floats FieldCache.getFloats(AtomicReader reader, String field, FieldCache.FloatParser parser, boolean setDocsWithField)
          Returns a FieldCache.Floats over the values found in documents in the given field.
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.