Hello,
Does anyone know how to control the proximit term (NEAR) in full-text querys, to specify the maximum number of words between two terms in a NEAR operator in a CONTAINS clause.
For example, I would like to query Dog and Cat , where Dog is within 6 words of Cat.
In Oracle, we can a query something like it:
'near((dog,cat),6)'
I tried to use CONTAINSTABLE and RANK, but I don't find any documentation than explains witch value I should query RANK to retrive only what I want.