| Thread | Last Post | Replies |
|
| periods in full text | 30 Apr 2008 11:42 GMT | 8 |
We are using: Windows Server 2003 SP2 SQL Server 2000 SP2 Data is stored using periods such as 12.XT.1234.1
|
| Containstable with Top_n_by_rank returning less than expected rows | 30 Apr 2008 11:18 GMT | 1 |
Did anyone find a solution to the problem below? Regards, Fredrik ---------------
|
| Containstable with Top_n_by_rank returning less than expected rows. | 30 Apr 2008 08:31 GMT | 1 |
I've got a full text index, with an empty noise word file. The table has only 1 column + 1 timestamp for doing incremental updates (data changes only once a day, in 1 time). Change Tracking is disabled (OFF). SQL version is 2005 SP2 (9.0.3054)
|
| Indexing (and searching for) percentages | 28 Apr 2008 17:08 GMT | 1 |
I have got the following text in a column that is part of a full-text index (SQL Server 2005): Lorem 7% ipsum I understand that by default both the number 7 and the % character are
|
| change location of full text catalog | 23 Apr 2008 21:33 GMT | 1 |
he current drive I'm using to store all of the full-text indexes for my database is nearing capacity. How do I change the disk location of a full-text catalog? All I want to do is point the full-text indexing service used by sql server 2005 to a different drive with more space ...
|
| 关于全文检索中的问题 | 18 Apr 2008 04:03 GMT | 1 |
Dears, 我们在使用MS SQL Server全文检索时,碰到如下问题,请各位大侠解释一下原因。 我们分别用“品位”和“品”查询某个text数据类型,发现结果很奇怪。 查询条件=“品位”,在结果中看到该一笔记录如下:
|
| returning searched text | 17 Apr 2008 18:27 GMT | 2 |
Given a search string of "this is a sample of what I want to find" for example, I want to know what sql fts actually searched for- i.e. the string w/out the noise words. Is there a built in function to trim out the noise words?
|
| Special Characters | 17 Apr 2008 16:38 GMT | 4 |
A very simple question about the difference in behaviour between 2000 and 2005 fti: the following search in a parts catalog works in SQLServer 2000 select count(1)
|
| ranking by most words found first? ISABOUT/WEIGHT/RANK? | 13 Apr 2008 08:53 GMT | 1 |
This code does not appear to care that we have rows with both words vs only one word... select * from COLLABORATOR x inner join containstable
|
| Cannot search FTI on certain common words (the, like, and, to, etc.) | 10 Apr 2008 11:42 GMT | 3 |
As the title says, I'm having problems returning results when the search string contains any of the words in the list in the title. I'm damned if I can work out why this is happening, as my noise words file is empty, and anyway, the search returns no results, even if
|
| SQL 2008 Full text indexing | 09 Apr 2008 07:13 GMT | 5 |
Does anyone know if there is a list of improvements to FT indexing in SQL 2008? So far I've heard that it's integrated into the SQL Server engine and no longer a seperate process? I'm assuming this has memory implications like
|
| SQL string matching question | 08 Apr 2008 16:52 GMT | 2 |
i need a way to match strings from one table on to another table. I am using the "like" but its not working correctly. SELECT [PrimaryKey],[StockSymbole],[StockName] FROM [StockInfo]
|
| searching across multiple columns | 08 Apr 2008 16:44 GMT | 1 |
I've seen lots of posts on this subject but no satisfactory answers. I asked the question in 2004 before SQL 2005 arrived so I wondered if there is a neat solution to this problem now. I want a way to get return one row from the query below.
|
| a problem related to full-text search | 08 Apr 2008 16:38 GMT | 1 |
Hi all, I need a help for a problem related to full-text search. Suppose I have Table A and Table B as following. Table A ID Data
|
| International English FTS would be very desirable... | 08 Apr 2008 13:10 GMT | 3 |
Many of my customers have sites in both the US and UK or Australia/New Zealand. Thus, when one location searches for "colour", it would be really nice if they also found things with "color".
|