Download & Extend

Support for Search API Spellcheck

Project:xapian
Version:7.x-1.x-dev
Component:Search API implementation
Category:feature request
Priority:normal
Assigned:Unassigned
Status:needs review
Issue tags:search_api_spellcheck

Issue Summary

I've been working on a spellcheck module for the Search API - it's in a sandbox here:
http://drupal.org/sandbox/JoeMcGuire/1150950

Xapian supports spelling suggestions but needs to have an index built with the FLAG_SPELLING set and then queried with FLAG_SPELLING_CORRECTION.

http://xapian.org/docs/spelling.html

Comments

#1

Status:active» needs review

Patch attached to support spell checking.

To even get the module to index text I needed the patch at this issue #1159484: Search API Xapian not indexing text

This patch just responds the spellcheck module by adding the required flags listed above. You will need to reindex your content after you add this patch.

AttachmentSize
search-api-xapian-spellcheck-1159508-1.patch 5.07 KB

#2

I've got a recommended release it works with now on a full project page
http://drupal.org/project/search_api_spellcheck

nobody click here