Re: Find last term

2008-05-13 Thread Jason Rutherglen
Last term, field, TermEnum On Tue, May 13, 2008 at 12:34 PM, Erick Erickson <[EMAIL PROTECTED]> wrote: > Find the last term of what? Document? Field in an index? Query? > > Best > Erick > > On Tue, May 13, 2008 at 12:28 PM, Jason Rutherglen < > [EMAIL PROTECTED]> wrote: > > > It is easy to find t

Re: Find last term

2008-05-13 Thread Erick Erickson
Find the last term of what? Document? Field in an index? Query? Best Erick On Tue, May 13, 2008 at 12:28 PM, Jason Rutherglen < [EMAIL PROTECTED]> wrote: > It is easy to find the first term using TermEnum. Is there a way to find > the last term without using StringIndex and binarysearch? Are t

Find last term

2008-05-13 Thread Jason Rutherglen
It is easy to find the first term using TermEnum. Is there a way to find the last term without using StringIndex and binarysearch? Are there plans to offer this functionality?