On 9/2/05, Paul Libbrecht <[EMAIL PROTECTED]> wrote: > Isn't this relatively easily done using current indexReader methods? > My 2p would be (I intended to do it): > - have each of your words get analyzed in each flavour (eg stemmed, > phonetic...) > - get a tokens in each flavour and compare to that > - map back (that's the part I haven't done yet).
Mapping back the suggested words after the stemming may be a problem. Unless we store the mapping somewhere. -- Chris Lu ------------ Lucene Search RAD on Any Database http://www.dbsight.net > > This is away from frequent search but realizes the "Did you mean" > paradigm and is quite enough in many cases, I believe. > > paul > > > Le 29 août 05, à 19:08, Chris Lu a écrit : > > > * Analyze your original index, listing out all words inside. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]