[Xapian-discuss] using synonyms
Dr.BYTE at web.de
Dr.BYTE at web.de
Tue Oct 21 13:31:32 BST 2008
hi all,
i am looking for synonym-using in xapian. using the api-documentation i tried to add synonyms as follow:
$db = new XapianWritableDatabase($db_path, Xapian::DB_CREATE_OR_OPEN);
$db->add_synonym('pizza', 'fastfood');
after this, i am indexing searchable data with prefixes:
$indexer->index_text('pizza', 1, 'XFOOD');
my query seems as follow:
"food:(pizza)"
but it doesn't map pizza to fastfood. i think it should be result in "food:(pizza OR fastfood)"
any suggestions?
regards,
sven
_____________________________________________________________________
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
http://smartsurfer.web.de/?mc=100071&distributionid=000000000066
More information about the Xapian-discuss
mailing list