Overload List

  NameDescription
Public methodGetFloats(IndexReader, String)
Checks the internal cache for an appropriate entry, and if none is found, reads the terms in
CopyC#
field
as floats and returns an array of size
CopyC#
reader.maxDoc()
of the value each document has in the given field.
Public methodGetFloats(IndexReader, String, FloatParser)
Checks the internal cache for an appropriate entry, and if none is found, reads the terms in
CopyC#
field
as floats and returns an array of size
CopyC#
reader.maxDoc()
of the value each document has in the given field.

See Also