Dear List, In my schema I have a couple multi value fields and I would need to retrive the index of which one generated a match. For example let's suppose I have a text field like this with three values:
MyField: [0] Red [1] Blue [2] Green Searching for "Blue" gets me the document, but I would also need the index (1) in the multi value field. I tried using the highligter but it is a bit hackish then to calculate the index. Is it possible without resorting to highlighting? Thanks! Rodolfo