I am using -- http://sphinxsearch.com/ . Its working fine for me except one problem. I need to exclude some entries where a specific field doesn't contain a word.
Something that would look like this in mysql:
Select * from table where yescolumn = 'query' and othercolumn not like '%keyword%'
Please help. Thanks.