Archive for the 'spell checking' Category

wpSearch - Lucene search for WordPress

Code Fury
The author of this nice plugin for WordPress contacted me today about his Lucene based WordPress plugin, so I thought I would give it a try, as I’m obviously a big fan of Lucene and also never much cared for MySql’s search (in)capabilities.
The plugin is easy enough to install, only thing that struck me [...]

Solr Spell Checking Addition

Just committed SOLR-572 yesterday, which adds a spell checking component to Solr.  Now, Solr had a spell checking request handler before, but a component is slightly different.  Request Handlers require separate calls, whereas a component can be inlined in a request.  Essentially, a Request Handler can be made up of one or more SearchComponents.
What this [...]