Indentify index column

Post Reply
Priti Barapatre
Posts: 22
Joined: Fri Oct 19, 2007 10:11 am

Indentify index column

Post 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
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

Indentify index column

Post 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.
Post Reply