Hi,
We've been working on integrating the spelt spellchecker from XTF (http://groups.google.com/group/spelt/ ) into solr, and were wondering if anyone else would find it useful.
It is currently implemented as several components:
SpeltComponent - Adds the best suggestion to the solr response as an array SpeltFilter & SpeltFilterFactory - Creates a filter which queues tokens into the spelt index
        SpeltHandler - Allows you to query the spellchecker directly
SpeltIndexCreationHandler - Force the creation of the spellchecking index (typically used if you are not utilizing the post commit listener, below) SpeltPostCommitListener - Adds the queued words to the spellchecking index after each commit.

The approach we have taken is pretty flexible, as it allows you to decide when to query the spellchecker, and when to create the index. It has been tested with a corpus of 8 million bibliographic records, with a total of around 2.3 gig of words queued into it.

Regards, T

PS. Martin Haye
http://markmail.org/message/cqt4qtzzwyceltqu

Toby Cole
Software Engineer

Semantico
Lees House, Floor 1, 21-23 Dyke Road, Brighton BN1 3FE
T: +44 (0)1273 358 238
F: +44 (0)1273 723 232
E: [EMAIL PROTECTED]
W: www.semantico.com

Reply via email to