On 4/6/06, John Smith <[EMAIL PROTECTED]> wrote: > // inherit javadocs > public String[] getStrings (IndexReader reader, String field) > > The string array I get back, is it guaranteed that the first non-null value > I encounter in the array is the minimum value for this field and iterating > through the array in the reverse order, the first non-null value I encounter > is the max value for the field?
I think you want getStringIndex() StringIndex.lookup[1] is the first value, lookup[lookup.length-1] is the last. -Yonik http://incubator.apache.org/solr Solr, The Open Source Lucene Search Server --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]