Overload List

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

See Also