Counting words with full text index
Is there a (fast) way to count the number of words found
in a text field when using the full text index ?
So when I issue the command
select <primairy_key_field>
from <mytable>
where contains(<fieldname>,'autocad')
I would also like to receive the number of times the
word 'autocad' was found in the field without loosing the
fast performance that the full text index gives me.
|