Apache Lucene.Net 2.1 Class Library API

FieldCache.GetFloats Method

Checks the internal cache for an appropriate entry, and if none is found, reads the terms in

field
as floats and returns an array of size
reader.maxDoc()
of the value each document has in the given field.

Overload List

Checks the internal cache for an appropriate entry, and if none is found, reads the terms in

field
as floats and returns an array of size
reader.maxDoc()
of the value each document has in the given field.

float[] GetFloats(IndexReader,string);

Checks the internal cache for an appropriate entry, and if none is found, reads the terms in

field
as floats and returns an array of size
reader.maxDoc()
of the value each document has in the given field.

float[] GetFloats(IndexReader,string,FloatParser);

See Also

FieldCache Interface | Lucene.Net.Search Namespace