I have a medical dictionary database and i have created an additional Metamorph Inverted index on Title field of the html table.
I have set likepallmatch=1 and am issuing a query like:
select Title from html where Title likep 'down syndrome'
It is still giving me pages with Title 'Syndrome' and a lot of other pages with just the word Syndrome in their title like Barret Syndrome etc.
Isn't likepallmatch supposed to look for pages containing both the search terms?
Thanks
I have set likepallmatch=1 and am issuing a query like:
select Title from html where Title likep 'down syndrome'
It is still giving me pages with Title 'Syndrome' and a lot of other pages with just the word Syndrome in their title like Barret Syndrome etc.
Isn't likepallmatch supposed to look for pages containing both the search terms?
Thanks