Re: Question related to using FieldCacheImpl

2006-04-06 Thread John Smith
Thank you JS --- Yonik Seeley <[EMAIL PROTECTED]> wrote: > 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

Re: Question related to using FieldCacheImpl

2006-04-06 Thread Yonik Seeley
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