all groups > sql server full text search > may 2004 > threads for may 8 - 14, 2004
Filter by week: 1 2 3 4 5
Normalizing full-text search rank?
Posted by istoynev NO[at]SPAM hotmail.com at 5/14/2004 11:52:19 PM
I read many good postings here about the weird logic of full-text
ranking, and I hope I finally got it (if it is possible at all ;).
Yet... We biult an application to search in our database in varoius
ways, incl. full-text search. I want to show users only "relevant"
matches, i.e. matches that ... more >>
How to dynamic specify the colums in Full-Text Search?
Posted by Renato Neves at 5/14/2004 10:55:18 AM
My problem is simple: i want to dynamic specified the columns in the
ContainsTable, this is possible? Please see the example.
<Code>
Declare @Test1 int
Declare @Test2 int
Declare @Query varchar(50)
Declare @Temp varcahr(50)
--Test
Set @Test1=1
Set @Test1=0
Set @Query='something'
--A... more >>
Full Text Service not starting from EM
Posted by Benoit at 5/13/2004 7:13:00 PM
hello,
I have the following problem. Everything was working fine
with the full text search. I created a catalog etc... now
in EM, database->tools->"Full Text Indexing" is grayed
out. I cannot use the full text indexing with tables
(grayed out) and the full text search is marked as stopped... more >>
Options when it comes to searching dates?
Posted by Raterus at 5/12/2004 9:38:10 AM
Are there any options available in queries that are searching textual =
dates that have been indexed? Perhaps the ability to specify a range =
and all matching records would be returned? Am I just dreaming? :-)... more >>
full text search and verbs forms
Posted by Robert at 5/11/2004 1:31:22 PM
Hi,
I'm running win 2003 and sql 2000 sp3a in spanish.
When I search in a full text query for a verb (using contains and not an
inflectional search) the result include the correct verb form but also
the various forms of that verb . For example if I search "comprar" the
results include "com... more >>
Master-Detail Searching, best approach?
Posted by Raterus at 5/11/2004 9:29:03 AM
Hello, I'm relatively new to using full-text search. I'm working on a =
document management program.
Basically my data it stored in two tables, [Documents], and =
[DocDetails], with a one-to-many relationship. [Documents] contains a =
record for each document stored, and [DocDetails] has man... more >>
Error 15633
Posted by thaygu at 5/11/2004 4:35:33 AM
Hi
I get this error on my Full-Text population job
Full-text auto propagation is currently enabled for
table '[dbo].[tablename]'. [SQLSTATE 42000] (Error 15633
Does anyone have any idea on this ?
There is not information on Net on this, so your input
will be highly appreciated.
T... more >>
Full text index rebuild reboots server
Posted by DCraig at 5/10/2004 12:55:51 PM
I'm having a problem with the full text index rebuild process. Previously
when I did a full rebuild the process stopped, then the server rebooted and
the rebuild started over and completed. I had hoped this was just a fluke
but this last time I set up an indexing job to run at 2 am and the same... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Differences between SQL FTS and Index Server FTS
Posted by Emil Mustea at 5/9/2004 10:54:58 PM
What are the main differences between SQL FTS and Index Server FTS?
Thank you.
Best regards,
Emil Mustea
... more >>
|