Apache Lucene.Net 2.4.0 Class Library API

ExtendedFieldCache Methods

The methods of the ExtendedFieldCache interface are listed below. For a complete list of ExtendedFieldCache interface members, see the ExtendedFieldCache Members topic.

Public Instance Methods

GetDoublesOverloaded. Checks the internal cache for an appropriate entry, and if none is found, reads the terms in
field
as integers and returns an array of size
reader.maxDoc()
of the value each document has in the given field.
GetLongsOverloaded. Checks the internal cache for an appropriate entry, and if none is found, reads the terms in
field
as longs and returns an array of size
reader.maxDoc()
of the value each document has in the given field.

See Also

ExtendedFieldCache Interface | Lucene.Net.Search Namespace