| Thread | Last Post | Replies |
|
| Fulltext search results | 30 Jun 2006 16:04 GMT | 2 |
is it possible to return detailed information about fulltext searc results, like linenumbers ? I'm fairly new to using the fulltext search funtionality. I have bee playing around with it for a few days now. Does anyone know if this i
|
| Removing noise words in SQL 2005 | 28 Jun 2006 15:32 GMT | 2 |
I have the problem that if I search for certain phrases in SQL 2005 such as "voice over", it returns no results. I am using the following syntax: declare @criteria varchar(100)
|
| Problem with Punctuation under neutral LCID | 28 Jun 2006 14:52 GMT | 1 |
Hi out there, could anyone explain? System: WinServer 2003 German SQL Server 2003
|
| Using wilcards in a fulltext index | 28 Jun 2006 12:10 GMT | 2 |
I have a fulltext indexed column which contains some like: Section 0 Name Section 1 Name When I run a query like:
|
| Solution to do Accent Insensitive Full Text Search with SQL Server 2000 | 24 Jun 2006 01:39 GMT | 1 |
Making accent insensitive searches with Full Text Search Installing an accent insensitive version of Microsoft Search Service It is really a shame that Microsoft did not provide a free solution for
|
| Solution to do Case Insensitive Full Text Search with SQL Server 2000 | 23 Jun 2006 19:55 GMT | 1 |
Making accent insensitive searches with Full Text Search Installing an accent insensitive version of Microsoft Search Service It is really a shame that Microsoft did not provide a free solution for
|
| Accent-sensitive | 23 Jun 2006 19:12 GMT | 9 |
My SQL is instaled with CAse-Insensitive and Accent-Insensitive, but when I search some thing with Full Text Search the result is diferent using accent or not. My server is a Windows 2000 server and MS SQL Server 2000.
|
| CONTAINS acts weird? | 22 Jun 2006 08:35 GMT | 3 |
I'm a bit lost in my Full_Text_Search_Adventure: I've got a PDF-document in a SQL2005 table in which the following line resides: ... homer is a computer geek ...
|
| FTS for noise chars only | 20 Jun 2006 15:24 GMT | 4 |
Hi.. SQL 2K issue. My client wishes to FTS for certain noise chars only, e.g. % which of course isn't in the noise word files. The best I've been able to come up with to resolve this is to escape the characters when I enter the string into CONTAINSTABLE, however the
|
| dotLucene and microsoft sql 2000 | 19 Jun 2006 10:23 GMT | 1 |
We're looking into the option of using dotLucene/seekafile server to do the fulltext searching on a sql2000 database, but haven't really seen dotLucene used directly with sql2000. Does anyone know if it is possible to use Lucene/Seekafile server directly
|
| accent sensitive *and* insensitive | 15 Jun 2006 19:32 GMT | 5 |
Forgive me if this has already been asked, but I need to be able to search either with accent sensitivity *or* insensitivity, depending on user settings or locale. Is there any way to set up my indexing (either in 2000 or 2005) so that
|
| HOWTO: Get word counts from Full text indexer | 15 Jun 2006 14:58 GMT | 2 |
What is the query syntax when querying the full text indexer to obtain the list of words indexed and their corresponding counts?
|
| full-text population monitor | 15 Jun 2006 03:03 GMT | 3 |
I know that we can know the population status with using cscript gthrlog.vbs <file name> but do you have any monitor script or job summary status about this..? We need to proactive know about our population status..
|
| Order of full-text indexing | 14 Jun 2006 19:38 GMT | 1 |
Should I build a full-text index on a field before or after I create a non-clustered index on that field. Or does it matter? Al.
|
| FTS and deadlocks | 13 Jun 2006 22:08 GMT | 7 |
I'm trying to figure out how to eliminate deadlocks in the system. It looks like one process involved in deadlock is process that populates FT index. The second process - is replication procedure
|