| Thread | Last Post | Replies |
|
| Inflectional ? | 28 Mar 2007 18:35 GMT | 2 |
Ok, say I want to pull back all '"picture ~ frame"' and '"pictures ~ frames"' so I do the following; FormsOf(Inflectional, "picture ~ frame") this results in syntax error. I thought inflectional would automatically do it if I put " around the near words. The first ones I listed ...
|
| application of fulltext search | 28 Mar 2007 00:15 GMT | 2 |
Hello, It is possible to search text in my blog use a query sentence instead of several key words? Which I mean, if I want to get to know "How rich is Bill Gates?", I can simply enter this sentence instead of enter "Bill+Gates+rich+how" in my search textbox. If it is applicable, ...
|
| SQL Server 2000 - Full Text Search Error | 27 Mar 2007 14:08 GMT | 7 |
I have a Windows Server 2003 & SQL Server 2000 (SP4) EE cluster setup using FTS on one table. It seems that when one node was failed over it started throwing the following errors shortly after the crawl job starts:
|
| index with no context | 23 Mar 2007 22:56 GMT | 1 |
I have a pile of documents I want to index. My plan is add their text content to a text field in a VS2005 express database, then use a full text index to index the document contents. In my particular situation I do not really need to store the actual
|
| search in fulltextindexes for multiple searchterms in multiple col | 23 Mar 2007 12:14 GMT | 1 |
I want to search in fulltextindexes for multiple searchterms in multiple columns. The difficulty is: I don't want only the records with columns that contains both searchterms. I also want the records of which one column contains one of the searchterm
|
| What is incremental? | 22 Mar 2007 18:16 GMT | 31 |
Reading the MS article "10 Ways to Optimize SQL Server Full-Text Indexing" http://msdn2.microsoft.com/en-us/library/aa175787(sql.80).aspx It says regarding a full population: "MSSearch will issue sp_fulltext_getdata once for every row in your
|
| Which is Better? | 22 Mar 2007 17:46 GMT | 1 |
Which is better to index. A view that pulls in all the fields I need and indexing the view or indexing the tables I need and then merge the indexes. I am looking for performance here. I have about 6 different tables that I am joining in the view and only gettting the fields I ...
|
| msftesql.exe uses 100% CPU | 22 Mar 2007 17:45 GMT | 1 |
We have suddenly started having a problem with a webserver locking up as a process called msftesql.exe uses 100% CPU on all processors. This causes the server to be so unresponsive that it can only be shut down by holding down the power button.
|
| Configure FreeTextTable | 20 Mar 2007 00:56 GMT | 4 |
I am trying to use freetext to return "best match" results from a database with movie titles, and it gives me a few different results than what I would like it to. I should properly mention that I have just looked at freetext in a few days,
|
| FTS and hyphens | 19 Mar 2007 17:47 GMT | 7 |
Is there any way to work around the behavior of searching for a term which has hyphens in it? I've seen the article at http://support.microsoft.com/default.aspx?scid=kb;en-us;Q200043 which only suggests doing a non-FTS search. Is there no way to transform the
|
| Can I delete the gather logs? | 16 Mar 2007 20:38 GMT | 8 |
The gather logs are huge, full of mostly "success" messages, and are massively slowing down our FT population time. Can I safely delete them?
|
| Phonetic Searching and Full Text Indexing For Business and Personal Names an Addresses | 12 Mar 2007 20:42 GMT | 2 |
I am undertaking a project which requires the ability to perform phonetic searching across business and personal names and addresses. This data is relatively uncleansed to date. The amount of work to cleanse the data is tremendous based upon existing data analysis. My
|
| Unicode and Sharepoint Services 2.0 | 09 Mar 2007 16:06 GMT | 1 |
Does anyone know whether we can get Unicode search working on Sharepoint services v2.0. I know WSS 2.0 uses SQL Server's full-text-search. Andy Bolton
|
| Full Text Indexing Option Disabled | 09 Mar 2007 16:00 GMT | 4 |
i can again/still/no longer manage full-text indexes on SQL Server. i'm logged on locally to my server, as an administrator. EM is set to poll the server. Has anyone written a gui to manage SQL Server free-text indexing?
|
| FTS Installation Problem - unavailable in SQL Server | 09 Mar 2007 14:36 GMT | 2 |
Hello, I have a SQL Server 2000 sp4 server. Trying to install Full-Text Search. I can see the Microsoft Search service and it shows as started. But the Full-Text Search option in SEM is 'grayed out'. The FTS system procs also report that FTS is not available. SQL Server has ...
|