https://defect.opensolaris.org/bz/show_bug.cgi?id=15747
Lubos Kosco <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Lubos Kosco <[email protected]> 2010-04-26 12:28:31 UTC --- Hi Hemang, I think this is already working partly in opengrok opengrok uses spell check contrib plugin for lucene to get this done and creates a special index for spellchecker, which we also use as suggest feature this spell check suggest list will show up when there are no hits for the query I hope to improve suggest in 1067 If you want to have google suggest like feature, please add yourself to 1067 I think I understand what you meant by this bug ... If there is an typo in the query, show first two results according to correct spellcheck and then the result for the "faulty" query I guess it could be done, however we need to research a bit on spellchecking and add support for e.g. english which would work flawlessly before adding it to the search page results. Current spellchecker only compares the word(s) from the query with the index words, it doesn't do proper english(or other language) spellchecking. -- Configure bugmail: https://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ opengrok-dev mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opengrok-dev
