You haven't really given us much to go on here. Matches
are just like a single valued field with the exception of
the increment gap. Say one entry were
large cat big dog
in a multi-valued field. ay the next document
indexed two values,
large cat
big dog

And, say the increment gap were 100. The token offsets
for doc 1 would be
0, 1, 2, 3
and for doc 2 would be
0, 1, 101, 102

The only effective difference is that phrase queries with "slop"
less than 100 would NEVER match across multi-values. I.e.
"cat big"~10 would match doc1 but not doc 2

Best
Erick

2012/3/7 SuoNayi <suonayi2...@163.com>:
> Hi all, how to offer exact-match capabilities on the multi-valued fields?
>
> Any helps are appreciated!
>
> SuoNayi

Reply via email to