I use zend search lucene to create a search engine for a website. I want to let the user use synonyms for his request.
For exemple, if he search "jeans", he should be able to find things about "jeans" and "pants".
Is there anything in zend lucene that may help me or do i have to do it with php (i mean, do i have to add synonyms by myself ?) ?