Created: May 19, 2004 11:13:14 AM /// ///
Field as integers and returns an array
/// of size reader.maxDoc() of the value each document
/// has in the given Field.
/// Field as floats and returns an array
/// of size reader.maxDoc() of the value each document
/// has in the given Field.
/// Field and returns an array
/// of size reader.maxDoc() containing the value each document
/// has in the given Field.
/// Field and returns
/// an array of them in natural order, along with an array telling
/// which element in the term array each document uses.
/// Field to see if it contains integers, floats
/// or strings, and then calls one of the other methods in this class to get the
/// values. For string values, a StringIndex is returned. After
/// calling this method, there is an entry in the cache for both
/// type AUTO and the actual found type.
/// Field and calls the given SortComparator
/// to get the sort values. A hit in the cache will happen if reader,
/// Field, and comparator are the same (using equals())
/// as a previous call to this method.
///