Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best use of full-text search
Message
From
24/09/2004 14:14:04
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Best use of full-text search
Miscellaneous
Thread ID:
00945803
Message ID:
00945803
Views:
50
Hi all,

I have set up two tables like this:

TABLE1
field1 varchar(8000)

TABLE2
field1 text

I am implementing a full-text search and was wondering what your recommendations are to get the best results. Since the data I am storing are news articles that could be 20k in length, TABLE1 would have multiple rows indexed by a new_id integer field, whereas TABLE2 would have all data stored in the text field.

On both tables I have tested CONTAINS, FREETEXT and CONTAINSTABLE. While the first two return fairly similar results, the results from CONTAINSTABLE are completely different.

My phrase is '"Maple" AND "Leafs" AND "First" AND "Period"'. Is thee beast use of the search syntax if the user entered "Maple Leafs First Period"?

TIA,
Michael
Next
Reply
Map
View

Click here to load this message in the networking platform