Overload List

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

See Also