Nearness is reflected in rank. The closer together two words are the higher
the rank everything else being equal.
Nearness is calculated on a per column basis, it cannot look across columns.
FreeText factors nearness into rank (everything else being equal) and can
look across columns. FreeText ignores the near operator however, as it is
calcuated in the rank.

Signature
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
> What is the specific function of NEAR?
> I'm indexing across 3 text fields and expect hits for 'white NEAR black' and
> only getting a hit when the two words are in the same field, but not if they
> are spread across two of the fields.
>
> How NEAR does the other word have to be?
Bill D - 24 Sep 2004 16:27 GMT
Very helpful. I had found that using Freetext instead of Contains was
getting me more results. Thanks Hilary.
> Nearness is reflected in rank. The closer together two words are the higher
> the rank everything else being equal.
[quoted text clipped - 12 lines]
> >
> > How NEAR does the other word have to be?
Bill D - 24 Sep 2004 16:40 GMT
Hilary, results do change when I use NEAR between words with Freetexttable.
In fact the returned set when I limit it to top 10 is quite different. I
think I can read into your statement below and sort of understand why the
difference. I need to take more time to look at my results and then check
them against the source data.
> Nearness is reflected in rank. The closer together two words are the higher
> the rank everything else being equal.
[quoted text clipped - 12 lines]
> >
> > How NEAR does the other word have to be?
Hilary Cotter - 24 Sep 2004 16:51 GMT
I'm sure they do change because now you are searching on the word near and
getting all the stems of the original search term!

Signature
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
> Hilary, results do change when I use NEAR between words with Freetexttable.
> In fact the returned set when I limit it to top 10 is quite different. I
[quoted text clipped - 20 lines]
> > >
> > > How NEAR does the other word have to be?