all groups > sql server programming > july 2005 >
You're in the

sql server programming

group:

my issues with FT Search


my issues with FT Search barak.benezer NO[at]SPAM gmail.com
7/25/2005 6:35:20 PM
sql server programming: Hi, I am trying to implement a global full text search on our SQL
Server. Our app has several entities that are stored in the DB. I would
like to be able to search for 'John Doe' and get results in all types
of entities. Problem is:

- FT Search does not crawl views. Unfortunately, each entity type in
our system is not stored in full in one table. This is because we are
using pick lists and look ups. For instance: Industry type is stored as
a code that represents an entry in an industries table. However, all
these values are joined in a view to create all the required fields for
the entity a full text search query and index are created per table.
What would be an effective way to work around this problem? (I don't
see any solution to this problem in Yukon either.)
- Ranking: both 2000 and Yukon do not allow for merging of rankings
from several tables/queries. However, it is important to us to be able
to display results from several tables and sorted in a logical way. Any
suggestions/work arounds?
- Performance and scalability: How many rows and/or how many GB can I
have in my DB and still get good FT search query performance (less than
5 seconds)? (I need data for both 2000 and Yukon)
- Same with regards to indexing: ideally we would like to keep the
index up to date in real time. We would like to use the track changes
feature. However, our app allows many users to be logged in and
edit/delete/add entries in the DB. What is the maximum amount of DB
transactions per minute (second?) that will still allow us to keep the
index updated in real time? (I need data for both 2000 and Yukon)
-

I would greatly appreciate any suggestions/tips/info/workaround.

Thanks!
Re: my issues with FT Search barak.benezer NO[at]SPAM gmail.com
7/26/2005 6:20:26 PM
Hugo,
Thanks for your reply. I posted it there and got an answer.
Re: my issues with FT Search Hugo Kornelis
7/26/2005 11:29:21 PM
[quoted text, click to view]

Hi barak,

I think that your message will attract more answers if posted to the
group microsoft.public.sqlserver.fulltext, where the FTS experts prefer
to hang out.

Best, Hugo
--

AddThis Social Bookmark Button