Overload List

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

See Also