On Mon, Nov 23, 2009 at 12:14 PM, Uwe Schindler <u...@thetaphi.de> wrote:

> If you just want to autocomplete the current term the user enters,
> initialize a TermEnum with the current entered term fragment. If you then
> iterate through the termenum, you get all terms that exist in the index
> *after* that term (in unicode codepoint order). Stop iterating, when the
>

actually unicode code unit (utf-16) order...

-- 
Robert Muir
rcm...@gmail.com

Reply via email to