I read on a post about someone adding spelling correction. http://article.gmane.org/gmane.comp.search.xapian.general/7105 They quoted that they had gotten it working by adding these 2 lines: $indexer->set_flags( XapianTermGenerator::FLAG_SPELLING ); $indexer->set_database( $database ); What file would I need to edit? I'm using omega with a custom php front end (I've already added XapianQueryParser::FLAG_SPELLING_CORRECTION). Frank
On Wed, Mar 25, 2009 at 12:22:08PM +1030, Frank J Bruzzaniti wrote:> I'm using omega with a custom php front end (I've already added > XapianQueryParser::FLAG_SPELLING_CORRECTION).There are patches for omega and scriptindex here: http://trac.xapian.org/ticket/296 No patch for omindex yet, or documentation updates. If you have patches for either, please attach to the ticket. Cheers, Olly