How to enable and perform a "full text" search on a table in SQL Server 2005?
如何在SQL Server 2005中的表上启用和执行“全文”搜索?
I did not quite understand the solution in: How do I use full text search across multiple tables, SQL Server 2005
我不太了解解决方案:如何在多个表SQL Server 2005中使用全文搜索
4 个解决方案
#2
0
I think that this video tutorial, should get you a good part of the way there.
我认为这个视频教程应该让你在那里有很好的一部分。
you have to setup the index before you can search against it.
你必须先设置索引才能搜索它。
#3
-1
You can also have a look at http://msdn.microsoft.com/en-us/library/ms142583.aspx
您还可以查看http://msdn.microsoft.com/en-us/library/ms142583.aspx
#4
-1
Begin to Set Up SQL Server 2005 Full-Text Searching.
开始设置SQL Server 2005全文搜索。
Then do an overview about the functions you can use:
然后概述可以使用的功能:
http://forta.com/blog/index.cfm/2007/1/4/Performing-SQL-Server-CONTAINS-Searches
http://forta.com/blog/index.cfm/2007/1/4/Performing-SQL-Server-FREETEXT-Searches
http://www.forta.com/blog/index.cfm/2007/1/5/Ranking-SQL-Server-2005-FullText-Search-Results
#1
#2
0
I think that this video tutorial, should get you a good part of the way there.
我认为这个视频教程应该让你在那里有很好的一部分。
you have to setup the index before you can search against it.
你必须先设置索引才能搜索它。
#3
-1
You can also have a look at http://msdn.microsoft.com/en-us/library/ms142583.aspx
您还可以查看http://msdn.microsoft.com/en-us/library/ms142583.aspx
#4
-1
Begin to Set Up SQL Server 2005 Full-Text Searching.
开始设置SQL Server 2005全文搜索。
Then do an overview about the functions you can use:
然后概述可以使用的功能:
http://forta.com/blog/index.cfm/2007/1/4/Performing-SQL-Server-CONTAINS-Searches
http://forta.com/blog/index.cfm/2007/1/4/Performing-SQL-Server-FREETEXT-Searches
http://www.forta.com/blog/index.cfm/2007/1/5/Ranking-SQL-Server-2005-FullText-Search-Results