Overload List

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

See Also