Apache Lucene.Net 2.4.0 Class Library API

FieldCache.GetInts Method

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.

Overload List

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.

int[] GetInts(IndexReader,string);

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.

int[] GetInts(IndexReader,string,IntParser);

See Also

FieldCache Interface | Lucene.Net.Search Namespace