Hi,
SIREn [1] could provide you such information (return the value index in
the multi-valued field). But actually, only a Lucene extension is
available, and you'll have to modified a little bit the SIREn query
operator to returns you the value position in the query results.
[1] http://siren.sindice.com/
--
Renaud Delbru
On 22/01/10 22:52, Harsch, Timothy J. (ARC-TI)[PEROT SYSTEMS] wrote:
Hi,
If I have a multiValued field type of text, and I put values
[cat,dog,green,blue] in it. Is there a way to tell when I execute a query
against that field for dog, that it was in the 1st element position for that
multiValued field?
Thanks!
Tim