Re: autocomplete with multiple terms

2007-02-22 Thread karl wettin
22 feb 2007 kl. 10.09 skrev Martin Braun: the only thing I have found in the list before concerning this subject is http://issues.apache.org/jira/browse/LUCENE-625, but I'm not sure if it does the things I want. I am not sure if we get enough queries for a search over an index base on th

autocomplete with multiple terms

2007-02-22 Thread Martin Braun
Hello All, I am implementing a query auto-complete function à la google. Right now I am using a TermEnum enumerator on a specific field and list the Terms found. That works good for Searches with only one Term, but when the user's typing two or three words the function will autocomplete each Term