all groups > sql server full text search > july 2004
Problems with creating fulltext indexing on my table.
Posted by Thomas Scheiderich at 7/29/2004 10:23:29 PM
I was having a problem creating a fulltextindex on the following table.
I have the following table:
CREATE TABLE [dbo].[QADocs] (
[fullFileName] [varchar] (100) NULL ,
[fileNameLong] [varchar] (100) NULL ,
[fileNameShort] [varchar] (100) NULL ,
[fileExtension] [varchar] (10) NULL ,
[... more >>
any news about hit-highlighting?
Posted by Guy Brom at 7/29/2004 2:08:19 PM
Hi there,
Any news about hit-highlight in sql search?
Anyone has a function/sp that can help with outputing better
formatted-results to the user?
Thanks!
... more >>
Neutral Noise file
Posted by Guy Brom at 7/29/2004 1:44:56 PM
Hi there,
To ignore noise words errors (i.- Server: Msg 7619, Level 16, State 1, Line
1
Execution of a full-text operation failed. A clause of the query contained
only ignored words. )
I've searched and emptied the content (not deleted) from all occurences of
the noise.dat file.
I resta... more >>
Full Text Repair
Posted by Emil at 7/29/2004 9:44:25 AM
We had a customer request a full text installation after
the application of SP4 and the slammer hotfix. It throws
an error that refers to a re-installation of SP4, which
will not work with any hot fixes applied after the fact.
Does anyone have a different route to follow that
uninstall t... more >>
Stemming in Portuguese
Posted by Daniel Marreco at 7/28/2004 3:51:38 PM
Hi all,
I know portuguese is not supported by FTS today.
So i=B4m trying to 'develop' it by my own. First thing i=20
did was to re-write the stop words listed in noise.dat=20
with noise words in portuguese.
So far, so good. Now, where the hell can i find the rules=20
used by the stemming... more >>
Full-Text Indexing option is greyed out in Tools Menu
Posted by Brian Agius at 7/27/2004 8:36:05 PM
I am new to sql server. I have just installed Microsoft CRM which needs Sql Server. It tells me that I need to have Full-Text Indexing running on the database but it is greyed out. The Microsoft Indexing Service is running and I do not know what to do?
Any help will be appreciated.
Thanks
Bri... more >>
Japanese Text
Posted by Jules at 7/25/2004 3:27:04 PM
Hi,
We have a SQL 7 legacy database that has Japanese text in
the fields that appears like this in the field
ボディ but presents in the right
Japanese characters when presented in a web page.
We are trying to add new Japanese text to the database,
pasting it from an ... more >>
full-text population problem
Posted by (msalah_din NO[at]SPAM yahoo.com) at 7/25/2004 2:14:05 AM
I have a problem in full population for a full text index.
When I run the population; these are the results
- Population duration : 3-5 seconds.
- item count : 0
- catalog size : 0
- unique key count : 1
although I have 7 million of records in that table
I need explanation please.
Than yo... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
RSS Search
Posted by 9icj4u613jeqrx8 NO[at]SPAM jetable.org at 7/24/2004 10:44:31 PM
Hi! I'm looking for ideas on what would the best approach to design a
search system for a RSS feeds. I will have some 50 RSS feeds (all RSS
2.0 compliant) stored locally on the web server. Now I'm wondering
what would the best method to allow searching of these RSS files.
Since the search will c... more >>
Getting Recent Search Terms
Posted by piyush13 NO[at]SPAM gmail.com at 7/23/2004 12:22:36 PM
Hi,
I dont know if this post has been repeated before. Is there a way to
get all the recent search terms passed through Full text search?
Thanks,
P... more >>
Accessing remote Index Server from XP
Posted by Brandon at 7/22/2004 12:26:03 PM
I have SQL Server 2000 running on Windows XP, and want to access the index server on a Windows 2003 server.
I use the well known servername.indexname..Scope() to access the remote IS. This actually worked for me for a bit. I'm not sure what happened, but it stopped working and I can't get it to... more >>
Catalog Not populating
Posted by Steve at 7/21/2004 11:54:43 AM
I can not get the full text catalog to populate.
I have tried it on the most basic datababase and table.
The catalog creates, and it says it successfully
populates, but yet the item count is 0.
I have restored the same DB on a different server, and it
works fine. I have tried so many K... more >>
Full text search and replace
Posted by Andy Gilman at 7/20/2004 10:31:53 PM
Need to search through a database and remove references to a company from
it. Grrr!
How can I do this? Do I need to write a client script to load each offending
record, or can I do it with SQL?
Conceptually I want to do
REPLACE IN Resumes TEXT 'Company Name' WITH ''
This is a full text... more >>
Invalid file name trying to create catelog
Posted by Mike B at 7/20/2004 8:55:12 AM
I am trying to "Define full text indexing" on a table but
when it attempts to create the catelog, I get the
following error:
Execution of the full text operation failed. The
directory name is invalid.
Any ideas? I check to ensure the directory is correct.....
Mike B... more >>
Full text help.. anyone?
Posted by Claudia at 7/19/2004 8:59:23 AM
Can anyone explain me how to configure full text to run on
a windows 2003 cluster (2 machines 1 sql node)???
... more >>
Moving full-text index to a different system - problems
Posted by Boris Zakharin at 7/16/2004 1:01:44 PM
I am tasked with designing a procedure that a client could use to move to a
different database server wuthout losing their data or full-text index. I am
using the KB article Q240867 section labeled "To copy full-text catalogs
between instances of SQL Server to the same local drive or path." When
... more >>
Full Text Help
Posted by :) at 7/16/2004 12:31:21 AM
I changed the MSSSQL accoutn using EM not Control Panel...
Does anyone else know what i can do?... more >>
Ignored words problem
Posted by Nick Gilbert at 7/15/2004 12:41:04 PM
Hi,
I'm getting very frustrated with the usual "A clause of the query
contained only ignored words" problem when using fulltext searches.
Is there any way at all I can prevent this error from happening? Is it
safe to change my noise words file to be empty and force a repop? I
really NEED... more >>
Full text HELP!!!
Posted by :) at 7/15/2004 9:17:02 AM
Can anyone tell me why this doesnt work:
1- full text service is running under local system account
2- sql server is running under a domain account
3- local admin consists of both (domain admins and system)
4- correct priviledges are given to the folders (sql
folders)
5- sql is in CLUSTER (... more >>
Local and Remote Index Servers returning different resultsets
Posted by Alan Howard at 7/14/2004 9:08:29 PM
I have a project that uses a linked server in SQL Server 2000 to query a
local Index Server. This works fine.
I've been experimenting with moving the catalog to a remote Index Server and
querying it via Index Server running on the SQL Server machine (using the
four-part SCOPE syntax). I've fol... more >>
Moving catalog from one drive to another
Posted by Andy Gilman at 7/14/2004 4:55:24 PM
I have asked (and had a reply - thanks!) this question before, but i'm in a
hurry and cant seem to find the solution even by googling myself.
I have a database which had a FT catalog on E: on one machine and i've moved
the database to a machine with only a C:
I remember the solution has some... more >>
Full Text shutdown status
Posted by ryanoly NO[at]SPAM gmail.com at 7/14/2004 12:23:42 PM
I have a large full text index (30 millions records) that is
populating on a live server (they are just doing without the full text
search stuff for now) and the index goes into shutdown mode. What is
that???? Last time it did this i stopped and started the mssearch
service and it started back... more >>
a clause of the query contained only ignored words
Posted by Andy Fish at 7/13/2004 12:05:07 PM
Hi,
I don't want any noise words at all for my current application, so have
cleared out the noise.enu file so it is 0 bytes and re-built the catalog
I am pretty sure it is working ok because I can search on 'the' and 'of' etc
which I couldn't do before. however, if I try to search on a singl... more >>
UPDATETEXT between two servers
Posted by Dario at 7/13/2004 2:17:36 AM
I am trying to update an ntext field between two servers.
The sintax I am using is the following:
DECLARE @ploc binary(16)
DECLARE @prem binary(16)
SELECT @ploc = TEXTPTR(ntext_field)
FROM tablename
where id = 55298
SELECT @prem = TEXTPTR(ntext_field)
FROM SVR.DBNAME.dbo.tablenam... more >>
searching for apostrophes
Posted by Andy Fish at 7/12/2004 4:46:29 PM
Hi,
using SQL server 2000, I have a ft indexed column that contains the name
O'Donnell (for the sake of argument).
using CONTAINSTABLE, I would like to match this against any of the following
search criteria:
1 O'Donnell
2 ODonnell
3 O Donnell
4 Donnell
I have changed th... more >>
freetextable and multiple tables
Posted by shank at 7/11/2004 7:55:30 PM
In the below FREETEXTTABLE query, I have the SELECT fields indexed in the FT
catalog. I should be getting results and I'm not. The problem, as I see it,
is that I need to be searching all 3 tables when actually I'm only searching
1 table in this expression: FREETEXTTABLE(ItemStock, *, @SearchCrit... more >>
FREETEXT results
Posted by shank at 7/10/2004 1:52:13 PM
Using the following query I get my desired results. However, in the
resulting recordset, how can I show for example 10 words before and 10 words
after the keyword or phrase that was searched upon? If I get 20 resulting
records I think it would be easier for the user to decide which they want to
... more >>
containstable across columns
Posted by John C at 7/9/2004 1:29:02 PM
We're having some difficulty getting adequate search results. We're trying to search across 3 columns, "author", "title", and "subtitle" (no other columns are part of FT index). The problem relates to searching for an author/title phrase at the same time. Say the user types "chemistry brown" into... more >>
Nomination of John Kane as Fulltext Indexing MVP
Posted by Phil Sherrod at 7/7/2004 8:56:48 PM
I learned recently that Microsoft has a Most Valuable Professional (MVP)
program to recognize, honor and reward people who regularly provide
technical support for Microsoft products through discussion groups. For
information about the MVP program, see
http://www.microsoft.com/presspass/features... more >>
Help: "Add error fetching URL (80041201 - The object was not found)"
Posted by Phil Sherrod at 7/7/2004 4:05:18 PM
We are still struggling to get stable operation with full text indexing.
After a variety of problems that I have posted before, I am trying a smaller
table with about 3 million rows, and I'm using incremental builds rather
than change tracking.
At the end of an incremental population last nig... more >>
Full-text SharePoint
Posted by Jeroen De Brabander at 7/7/2004 3:44:45 PM
Hi all,
I'm looking for in-depth information on the search functionality of
SharePoint 2003. As it is using the SQL full-text search, I post my question
to this newsgroup.
The main goal is to figure out how I can add the functionality of rating
documents to the SharePoint search, in order t... more >>
FreeTextTable multiple Columns
Posted by tim_cavins NO[at]SPAM hotmail.com at 7/7/2004 3:16:44 PM
I'm trying to do a FREETEXTTABLE search on two columns.
I can get it to work correctly with searching only one column.
I basically need it to do an OR on the two columns and haven't been
able to find anything on that. It seems like I'm limited to finding
matches that have it in both columns.... more >>
I cannot delete, remove, rebuild, or repopulate fulltext catalogue.
Posted by Linda at 7/7/2004 12:29:02 PM
I have SQL Server 7 on an NT server. The catalogue has
been working for a long time, however, it stopped and I
cannot seem to get it to repopulate. It stopped during an
incremental population. I have tried deleting it so I can
rebuild it, but whatever I try to do, I get the same
message... more >>
Exact phrase search
Posted by JT at 7/7/2004 10:28:31 AM
This question concerns searching in a windows sharepoint services site.
I have posted the question there and have been advised to post it here
instead.
As WSS uses 100% standard SQL Server 2K full-text search, is it possible
to do an exact phrase search? If it is possible, what should be ... more >>
search engine in SQL....
Posted by lobrys at 7/6/2004 6:35:47 PM
Hi
here is a simple question :
How to simply create a good search engine with the FULLTEXT functionnality
of SQL SERVER?
In fact, I have done something....
but , I want that the search look INTO words
for exemple, i I search for the word "SOFT", ....the search engine must
return MICRO... more >>
C# is ignored on 2000 Server in mssearch
Posted by Andy Gilman at 7/6/2004 3:16:46 PM
With Windows 2000 Server and SQL Server 2000 I have a full text indexed
database.
I want to be able to search for C# (the content are resumes) but cannot
because it is an 'ignored word'.
I believe the issue is due to the operating system version of the mssearch
component, which explains why... more >>
additional match information from CONTAINSTABLE
Posted by mikek NO[at]SPAM cs.cmu.edu at 7/6/2004 1:29:23 PM
Is there a way to get additional match information from SQL Server
2000 CONTAINSTABLE? For example:
If my text data is:
The black bird and the blue bird...
01234567890123456789012678901234
And I search for bird, Can I get results that tell me that 2
occurances were found inside the data a... more >>
using wildcards
Posted by shank at 7/5/2004 10:03:15 AM
I'm using FREETEXTTABLE and would like to use wildcards, but I'm not getting
expected results.
SET @SearchCriteria = '"*rose*"'
The above appears to ignore the wildcard before the text.
I also tried the LIKE operator without luck.
What's the rules for using wildcards in FREETEXTTABLE?
thanks... more >>
Need help with searching PDF files stored in SQL
Posted by lbao NO[at]SPAM iress.com.au at 7/4/2004 10:42:59 PM
I will explain step by step what I have done, hope it will make it
easier for the gurus to solve my problem.
Requirement: Be able to search PDF files stored in SQL.
SQL Server: 2000 (SP3)
Window: 2000 Server
1. Installed Acrobat iFilter 5.0
2. Created a table to store PDFs.
creat table ... more >>
FREETEXTTABLE
Posted by shank at 7/2/2004 1:40:44 PM
The following FREETEXTTABLE query works, but I'm getting all rows returned.
The highest ranked are
at the top like expected, but it's also returning all rows in the Stock
table that have no match whatsoever. In my FREETEXT query (bottom), all the
results
had a match. I don't get the concept of ... more >>
REGEXP in sql
Posted by PuOn at 7/2/2004 2:33:57 AM
i'm trying do this in sql:
the mysql query:
"SELECT id FROM browser WHERE '$http_user_agent' REGEXP browser_regexp"
where $http_user_agent is a string i.e."mozilla/4.0 (compatible; msie 6.0; windows nt 5.0; .net clr 1.1.4322" and the browser_regexp is column in table "browser" with values "msie... more >>
FTS Over SQL Personal Edition
Posted by Binder at 7/1/2004 12:35:25 PM
I have several instances of SQL Server 2000 Personal Edition running on 2000
Pro and XP Pro.
Are there any issues with installing Full-Text Search on these machines?
Thanks
... more >>
When does Full Catalog Break.
Posted by JJF184 at 7/1/2004 10:24:02 AM
Will the full text catalog break if I delete all the records from a table. I dropped the table and the Full text catalog broke.
My assumption is that it is attached to the table and when the table is dropped the catalog is also lost. Is this correct.
I need to change all the data in the tab... more >>
|