I am using the English word breaker/language on an XML data type field.
From your first statement is the proximity of the words using the NEAR
clause within a CONTAINS still 50 words by default like it was in SQL Server
2000?
Thanks for the response Hilary.
For contains yes. For Freetext the rank drops off to 0, but you might still
get nears results up to 1300 or so word separation.

Signature
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
>I am using the English word breaker/language on an XML data type field.
>
[quoted text clipped - 36 lines]
>> >
>> > Any thoughts would be appreciated ... thanks.
Brian - 14 Jun 2007 19:07 GMT
Thanks for the info, Hilary.
Do you any suggestions about the near clause not returning the exact words
being searched for?
> For contains yes. For Freetext the rank drops off to 0, but you might still
> get nears results up to 1300 or so word separation.
[quoted text clipped - 39 lines]
> >> >
> >> > Any thoughts would be appreciated ... thanks.
BWind - 18 Jun 2007 22:39 GMT
I was doing some selects using contains and the NEAR clause against an xml
data type within SQL Server 2005. I was noticing that the words were more
than 50 words apart (some of the hits far more than fifty words) . Noise
words are not counted as part of the fifty words, correct?
> For contains yes. For Freetext the rank drops off to 0, but you might still
> get nears results up to 1300 or so word separation.
[quoted text clipped - 39 lines]
> >> >
> >> > Any thoughts would be appreciated ... thanks.
Hilary Cotter - 19 Jun 2007 12:55 GMT
Noise words are counted.

Signature
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
>I was doing some selects using contains and the NEAR clause against an xml
> data type within SQL Server 2005. I was noticing that the words were more
[quoted text clipped - 48 lines]
>> >> >
>> >> > Any thoughts would be appreciated ... thanks.
BWind - 19 Jun 2007 14:50 GMT
Thanks Hilary ....
Do have any thoughts on the words being farther than 50 words apart in my
NEAR clause using CONTAINS? Some of them are in the hundreds if I am counting
noise words. I thought I read that there are no configuration settings in SQL
Server 2005 for FTS to change this so I would be expecting a 50 word
separation. Could it be because I am FTS an XML document or am I possibly
doing something wrong?
Thanks again for all the responses!
> Noise words are counted.
>
[quoted text clipped - 50 lines]
> >> >> >
> >> >> > Any thoughts would be appreciated ... thanks.