IFilter for Office 2007 Documents?
Thu, 18 Oct 2007 10:46:47 -0700
Salutations All,
I've searched far and wide, and am unable to find an IFilter
implementation for Office 2007 documents. Does anyone know if one is
forthcoming from Microsoft, if one is already out there and I'm just
missing it, or if I need to just bite the bullet and write my own?
Any assistance anyone can ...
|
SQL Server 2005 with advanced services and full text search
Thu, 18 Oct 2007 05:26:59 -0700
I would like to see if anyone knows what the prereq's are to install
sql 2005 advanced and to be able to use the full text indexing
capability. I have just a xp workstation. I have IIS running. I
install full text per video 13 on microsofts education site but it
does not work. if I run a search using contains or ...
|
Re: SQL Server Full-Text Search Performance
Mon, 15 Oct 2007 22:53:49 +0000 (UTC)
Hello Hilary,
Katmai is being launched in Feb 2008 but won't go to RTM until later in the
year.
Simon Sabin
SQL Server MVP
http://sqlblogcasts.com/blogs/simons
> No, one catalog per table partition or unpartitioned.
>
> I have no stats for comparison's between Lucene4DB or SQL Server.
>
> Katmai ...
|
Re: msftesql.exe uses 100% on all CPUs
Mon, 15 Oct 2007 09:56:50 +0100
Hi Hilary,
Sorry for the delay. I'm not sure what an iFilter is, so I'll get back
to you on this. I haven't knowingly used one at all!
Nick...
Hilary Cotter wrote:
> which iFilters are you using?
> ...
|
freetexttable bug
Fri, 12 Oct 2007 15:15:41 -0000
Hi,
We've been using the catalog as part of our search engine for a year
now. We use freetexttable to search for keywords and it is fine until
now. For some reason the 'freetexttable' is inconsistent.
I tried this query and I got a lot of rows.
select * from tb_catalog
where content like '%AT&T%'
When I ...
|
Allowing the omission of 'AND'
Thu, 11 Oct 2007 01:35:13 -0700
Hi all,
Probably a complete FAQ/newbie question, but i'm not finding it (or
searching wrongly).
Suppose my user wants to do a search for two words, they want to do an
AND-search and they don't want to type in AND. i.e. 'John Smith'
should be 'John AND Smith' for CONTAINSTABLE to return any results,
but the use ...
|
noise words and language support
Wed, 10 Oct 2007 11:54:15 +0300
Hi,
I am using sql2000 server full-text search and neutral word braeker is set.
I am having problem with noise words becouse the sql query returns with
ignored word error.
The sql query somethink like that
SELECT title FROM tFtest WHERE contains (title,'"*nokia*" near
"*phone*" near "*-*"' )
"-" is ...
|
|
|
SQL Server Full-Text Search Performance
Tue, 9 Oct 2007 09:42:00 -0700
Hello,
We are using SQL Server 2000 and we are doing Full-Text Indexing on a table
that has 5 Text Columns (we have Full Text Indexing on these 5 columns).
There are around 1.5 million records in this table. And the size of the
Full-Text Catalog is around 1 GB.
The performance issue we are facing is som ...
|
Re: Fulltext Contains Problem
Mon, 8 Oct 2007 08:31:10 -0400
r.e.m. is indexed as r e m if r, e, and m are not in your noise word list.
R.E.M. is indexed as R.E.M and REM.
--
RelevantNoise.com - dedicated to mining blogs for business intelligence.
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Servic ...
|
FTS and hyphens
Wed, 14 Mar 2007 16:06:03 -0500
Hello,
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
search term so that it will return a ...
|