all groups > sql server full text search > july 2006
Full Text Comparison....How Would You Do This?
Posted by googlegroups NO[at]SPAM sbcglobal.net at 7/31/2006 3:54:51 PM
Not sure if this is the right group or not be I figured I would pose
the question here to see if I could generate some feedback.
Say I have a table (Employee) with one text column (Resume) that stores
your employees Resume and another table (EmployeeJobs) with one text
column (JobDescription) ... more >>
Search Design
Posted by SenShan at 7/31/2006 12:10:43 AM
Hi
I have a requiremnt for a Keyword search on 15 fileds on my tables.
There are 4 tables - Each table has 3 fields of varchar. which needs to
be idexed for full text.
i.e Full text index on 4 tables, each table has index on 3 columns.
Will there be any issues of this design?
Please s... more >>
Adding a column question
Posted by ajay.kalyan NO[at]SPAM gmail.com at 7/30/2006 7:39:24 PM
I had a fulltext index catalog created on a table with 1 column being
indexed. I needed to add another column from the same table, so I
added the new column to the catalog and restarted a full population
again.
I tried testing the new catalog, but the new column doesnt seem to be
indexed. H... more >>
NEAR with sql2005
Posted by salucci at 7/29/2006 1:05:23 AM
Hello, there is the chance to know "how near" one word is to another
in the following query
SELECT Description
FROM Production.ProductDescription
WHERE CONTAINS(Description, 'bike NEAR performance');
Moreover, could we control the proximity distance somewhat?
We use sql2005
Thanks
... more >>
2005: beginner: full-text setup
Posted by RAM at 7/27/2006 5:15:02 PM
Hello,
(Sorry for my English.)
I am learning MS SQL Server 2005. I would like to use full-text search.
I have installed:
SQL Server 2005 Express Edition Advanced Services (SQLEXPR_ADV.EXE)
SQL Server 2005 Express Edition Toolkit SP1 (SQLEXPR_TOOLKIT.EXE)
The problem is that althoug... more >>
Select First Record
Posted by rookie at 7/27/2006 1:24:03 PM
I have a table with all the support tickets of my clients, I need to know,
whene was the first ticket of each user, I know distinct can do that, but I
need the full row.
I tried this:
SELECT * FROM `MyCRM`.`ticket_history` a where Fecha = (SELECT MIN(b.Fecha)
FROM `MyCRM`.`ticket_history` b ... more >>
Index Tiff images using Sql Server 2000
Posted by Sohaib at 7/27/2006 5:34:29 AM
I want to Index Tiff images by using Sql Server 2000.
But i couldn't find any IFilter for indexing Tiff Images.
Can anyone help?
... more >>
View to a table with an FTI
Posted by MrTim at 7/27/2006 5:33:01 AM
We recently created a table with an FTI in a database, then created a view to
this table in another database. We found we were not able to access the FTI
using CONTAINS through the view.
We got round it by changing our SP to use the FQN instead of the view, but
it was of interest that the ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
SqlExpress - Questions about Using FullText Search
Posted by Greg at 7/26/2006 11:23:02 AM
I've been looking everywhere how to do this but all I find on google are
articles about Sql 2000 FTS.
I'm running SqlExpress 2005 Advanced edition. The Sql Server FullTextSearch
Service (sqlexpress) is running. If I right-click my database, choose
properties and then click on FILES, the ... more >>
CONTAINS strange behavior
Posted by LeCitadin at 7/26/2006 10:47:21 AM
Hi,
I am experiencing a strange behavior in a full text search using the
CONTAINS predicate.
SELECT SomeField
FROM SomeTable
WHERE CONTAINS(SomeField, 'D-2001-286')
The result is
SomeField
----------------
D-2001-286
D-2002-286
The only explanation that could make some sense rega... more >>
difference between 2005 sql server and sql server 2005 express
Posted by Reader at 7/25/2006 4:40:06 PM
Does anyone know what the differences are between the full version and the
express slq server 2005 are?
Or send a link to a site that might lead me in the proper direction.
Thank you in advance.
... more >>
Cannot use a CONTAINS or FREETEXT predicate because it is not full-text indexed.
Posted by triad31 NO[at]SPAM hotmail.com at 7/25/2006 12:04:50 AM
Hi,
I am using SQL Server 2005 and have this error message when I try some
queries using CONTAINS.
Although I'm sure I installed fulltext, I get :
SELECT FULLTEXTSERVICEPROPERTY('IsFulltextInstalled') : returns 0
and
SELECT SERVERPROPERTY('IsFulltextInstalled') : returns 0
but
SELE... more >>
Some questions about timestamps, noise words, ...
Posted by Peter van Wilrijk at 7/24/2006 9:26:50 AM
Hi,
1) I've read timestamp isn't really convertible to datetime, but can a
timestampfield tell me when a specific row was indexed, just to be sure
adaptions where reflected in the index ... or does it only store whe a row
was updated in order to let the system know it has to be indexed again?
... more >>
Noise Words problem
Posted by Medes at 7/21/2006 1:36:01 PM
Hi,
I am trying to customize SPS's search, it goes well with a little problem,
My web part finds the documents that contains a specific word,
But if my Search phrase is a noise word (for example "one", "and", "is",
"there",......etc) it generates an exception.
I tryed solve my proble... more >>
Copying a full-text index from 1 DB to another...
Posted by almurph NO[at]SPAM altavista.com at 7/21/2006 4:04:02 AM
Hi everyone,
I noticed that when I did an export on a database (lets call it DB_a)
to another one (lets call it DB_b) it did not copy over the full text
index (FTI) that was on DB_a.
Is there anyway I can get the FTI from DB_a to be copied over to DB_b
without having to rebuild the FTI on... more >>
FullText Search
Posted by amarshall NO[at]SPAM newportgroup.com at 7/20/2006 10:05:15 AM
Okay,
I believe I am missing something crucial to fulltext searching. We are
looking at ways to change a search from using "like" to "contains" in
hopes of improving search performance on a table. We have a fulltext
index on a lastname column.
The current search is something like this:
... more >>
change tracking, update in background not working
Posted by dfateman NO[at]SPAM gmail.com at 7/19/2006 3:23:45 PM
Hi,
I have the following setup. Full population works fine on a table with
53 rows, unique pk etc. but when i turn change tracking and background
index update on the FTI is not updated. Any thought are much
appreciated! -THanks, Dave
SELECT @@Version returns:
Microsoft SQL Server 2000 - 8.0... more >>
sql 2000 full text catalog question
Posted by alex sadykov at 7/19/2006 12:11:20 PM
Hi all.
I have two tables setup for full text indexing.
If full text catalogs where created and are being populated once a week
fully and incrementally every day.
Would full text still work if Full - Text Search Engine is stopped?
Thanks
... more >>
Ampersand
Posted by gxdata at 7/19/2006 12:00:00 AM
re SQL Server 2000
I've read some info on John Kane's blog about different behaviour of the
work-breaking DLLs for Win2K and Win2003 Server (and WinXP - ? not sure),
and he gives the example of "AT&T".
Is there some 'general' way of doing FTS for text expressions that include
the & (ampers... more >>
Strange result : contains() returns less rows than like '%xxx%'??
Posted by Peter van Wilrijk at 7/18/2006 2:28:56 PM
Hi,
I have a table ADSFULL containing ADVERTISMENTS with a FTI index on 2 fields
FADS_TITLE and FADS_TEXT (see script at the end).
--
The following query returns 94 rows.
SELECT fads_title, fads_text
FROM VWADS
WHERE (ADS_ADID IN (SELECT FADS_ADID FROM ADSFULL WHERE (CONTAINS(*,
'"tw... more >>
Exact phrase searches on FTS
Posted by Jose Walker at 7/17/2006 12:00:00 AM
Hi,
Does anybody knows how to create a T-SQL using CONTAINSTABLE from which
brings an exact phrase results?
At the moment I get the same results if I look for "Yellow*" and "Yellow"...
is a bit weird.
Thanks
Jose.
... more >>
FTS Performance in SQL 2005
Posted by KaMa at 7/13/2006 12:09:05 PM
Hello everyone,
I've got a little problem - wich drives me absolutely nuts by now .
I'm trying to optimize my full-text search since a while now.
Scenario:
Full-Text Table:
id - int - primary key - clustered
srcID - varchar(30)
srchField - varchar(150) - FULL-TEXT INDEXED
src - varchar(1... more >>
SQL 2005 and PDF iFilter 6.0 does not seem to work together.
Posted by Eric at 7/13/2006 12:00:00 AM
Has anyone experience with SQL 2005 and the PDF filter 6.0 as is available
on the Adobe web site?.
My problem is that FT search for a PDF document does not work after
installation of SQL 2005.- the filter works in SQL 2000.
My Development environment Win/XP, SQL 2005 Dev, PDF iFilter 6.0.
W... more >>
noun & verb variation
Posted by News User at 7/12/2006 8:58:51 PM
My full-text search works fine and it returns correct results, including
records that contain the variation of the keywords.
I bind the result to a gridview (ASP.NET 2.0), and programatically replace
the matched keywords with a highlighted background etc.
The problem is, my program only high... more >>
Full Text Search, passing parameters
Posted by SouthSpawn at 7/10/2006 4:30:41 PM
I have a stored procedure that is doing the following.
===============================================
Select *
From tblJobHeader
WHERE CONTAINS(JobSummaryDescription, @KeyWords)
===============================================
In my Asp.net application, I am passing in the following to the... more >>
Error Adding FullText Index (SQL2005)
Posted by SouthSpawn at 7/7/2006 12:31:51 PM
When I attempt to add a new FullText Index in SQL2005. I get the following
error.
"Property Default Path is not available for FullTextService".
I am trying to do this on my "Local" database and I get this error. I have
done tons of Google research on this, and no one seems to be able to solv... more >>
Full-Text indext VS regular index, which is more faster?
Posted by fumade at 7/7/2006 12:00:00 AM
thanks in advance!
... more >>
Contains query results
Posted by Rick Femmer at 7/5/2006 2:49:50 PM
I'm appologize for posting this again, but I was told about posting aliases,
seeing our company is an MSDN subscriber I set up the posting alias and I am
reposting:
We have a table with Full Text Index on a name column, running the
following query returns different results than expected.
... more >>
Contains
Posted by Rick Femmer at 7/5/2006 11:14:23 AM
We have a table with Full Text Index on a name column, running the following
query returns different results than expected.
select * from tablename where contains(membername, '"JOHN E SMITH"')
Data returned is: JOHN E SMITH and JOHN L SMITH.
Using wildcards return no data:
select * from ... more >>
Is "contains" more precise than "freetext" ?
Posted by fumade at 7/5/2006 12:00:00 AM
i run the following sql in sql server 2005
USE AdventureWorks;
GO
DECLARE @SearchWord varchar(30);
SET @SearchWord ='instruction';
SELECT * FROM Production.Document WHERE freetext(Document, @SearchWord);
it returns 7 rows results.
but if replace 'freetext' with 'contains'
it returns null... more >>
How to ignore white spaces
Posted by RobRoma at 7/3/2006 8:38:01 AM
Hello!
Is there a possibility to ignore white spaces using SQL Server 2005
full-text searching? E.g. searching for "JosephCool" should find "JosephCool"
AND "Joseph Cool" (with white space) AND searching for "Joseph Cool" should
also find both results.
Thank you... more >>
why i never see process Msftefd?
Posted by fumade at 7/3/2006 4:51:02 AM
i read an article:
http://msdn2.microsoft.com/en-us/library/ms142541.aspx
it mention process "Msftefd"(Microsoft Full-Text Engine Filter Daemon ) many
times.
but i never see it in my machine.
why? sql server2005 +windows server2003.
my FTS seems work fine.
... more >>
what the path of gatherer logs?
Posted by fumade at 7/3/2006 2:16:01 AM
Newbie question:why use stack in Full-Text index?
Posted by fumade at 7/2/2006 11:04:02 PM
Howdy,
The following is quoted from book online:
Instead of constructing a B-tree structure based on a value stored in a
particular row, MSFTESQL builds an inverted, stacked, compressed index
structure based on individual tokens from the text being indexed.
What confused me i... more >>
|