Page 1 of 1

Indentify index column

Posted: Wed Mar 16, 2011 7:42 am
by Priti Barapatre
Hi,

I am looking for a function/feature by which i should be able to identify which column of the metamorph inverted index got matched against the query.

Ex. I have a index Name\Location\Designation, if I want to know if my query got matched against Designation or not in the index, is there any method I can use for the same.

Thanks in advance.

Regards,
Priti

Indentify index column

Posted: Wed Mar 16, 2011 10:27 am
by mark
A match could occur across columns in a virtual field.

You could use mminfo() in the select to get match info for each of the separate fields.