| Thread | Last Post | Replies |
|
| where filter on full-text contains / order of operations | 30 May 2007 19:41 GMT | 1 |
I have seen multiple posts that state a where clause can help filter a full-text search to ensure no full-text records are searched. What I understand when showing "set statistics io on" -- the worktable is what the FTE uses to search for the CONTAINS. Whether I have a filter ...
|
| sql 2000 Fulltext hanging on reindex | 30 May 2007 18:18 GMT | 4 |
Hi, when triying to reindex a full text catalog of 25 million rows, the process hangs when reaching the row 7 to 12 million, after 12 hours of runing. its a 4cpu and 4gb server it has 30gb of free disk space.
|
| newbie: FTS in 2005 Express Edition with Advanced Services | 29 May 2007 15:48 GMT | 2 |
I have installed SQL Server 2005 Express Edition with Advanced Services. The problem is that I see no full text search service on my computer. Please help /RAM/
|
| restoring database with FTS to another machine | 29 May 2007 08:30 GMT | 1 |
I would like to help me to restore the FTS database in another machine. The problem is that in the main server the drive letter is different than in the one where I want to restore, in the production(main) server drive in M, in the test server I can put it in D, for instance. Can ...
|
| FTS Thesaurus Diacritics | 25 May 2007 04:58 GMT | 1 |
Has anyone played with the <diacritics> or <diacritics_sensitive> tag in the thesaurus for FTS? If so, have you actually gotten it to affect your results? It doesn't matter what I change it to, in testing it appears to be over-ruled by the FT Catalog accent sensitivity setting.
|
| diacritics_sensitive tag (thesaurus files) | 25 May 2007 00:38 GMT | 2 |
Quick question. The diacritics_sensitive tag of the thesaurus XML files, should it be: #1) <diacritics_sensitive>0</diacritics_sensitive> Or:
|
| Search for text with FT db, how? | 24 May 2007 14:35 GMT | 2 |
Hi there :) I have a problem and don't know how to resolve it. I had sharepoint portal server 2003, then it was upgraded to 2007, but after that two meeting workspace been lost. Lost from sharepoint site, but not from the DB. Wrote
|
| Size of fulltext catalog | 23 May 2007 15:01 GMT | 2 |
I'm using fulltext indexes and I can't understand what happens in the file system. This is my test: 1. I create the catalog:
|
| Highlight Results from search | 23 May 2007 14:11 GMT | 1 |
>From what I have so far, Sql Server does not provide a way to return its query results hits in a highlighted format. I was able to programmatically get this working for simple searches, where I simply do a find and replace based on the search criteria. But this will not
|
| Highlight Keywords | 23 May 2007 14:10 GMT | 1 |
I am using asp.net (C#) to create full text searching using SQL Server 2005 in our application. Everything is working fine, but I am trying to highlight the resultset keywords from the full text results. Can sql server provide you with a way to highlight the keywords from the
|
| Problem with remote index server (no result) | 23 May 2007 14:08 GMT | 1 |
from SQL Server 2005 I access a index server an another computer (cp- tkl) select * from openquery(IDXNAME, 'select filename from "cp- tkl".idxc..scope()')
|
| Fulltext not being populated | 23 May 2007 14:07 GMT | 2 |
It is strange that full text search for the same db and tables is working in one server, but not in another one. Error log for this: Event Type: Warning
|
| Fulltext query with custom rank | 18 May 2007 14:44 GMT | 6 |
I brought this up once ago, but I read something which might open a new possibility. What I am trying to do is this: select p.Name, p.Score, ft.Rank from Products p
|
| Full Text Search know which row has error in indexing | 18 May 2007 09:34 GMT | 3 |
I have installed SQLServer 2005 for take advantage of full text seach features. When I start full population, there are some rows that cause error and not are indexed.
|
| Error 7653 when executing CREATE FULLTEXT INDEX | 15 May 2007 08:02 GMT | 1 |
I receive Message 7653 when I try this: CREATE FULLTEXT INDEX ON Products (Name LANGUAGE 0x0)
|