Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Full-Text Search / June 2006

Tip: Looking for answers? Try searching our database.

dotLucene and microsoft sql 2000

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Christian H - 19 Jun 2006 10:02 GMT
Hello,

We're looking into the option of using dotLucene/seekafile server to do the
fulltext searching on a sql2000 database, but haven't really seen dotLucene
used directly with sql2000.
Does anyone know if it is possible to use Lucene/Seekafile server directly
with files stored in the database ? Or does the files all have to be located
on the filesystem?

Thanks for your help

C.H
Hilary Cotter - 19 Jun 2006 10:23 GMT
Lucene is great, but there are a couple of problems with it.
1) you have to extract each row by an indexer you write your self and store
the pk in the document object
2) you can't store a lot of data in the index without it getting very large
very quickly - this means that querying and indexing speed get slow very
quickly
3) ideal configuration is many indexes each about 300 mgs, and 3-4 indexes
per machine.
4) So you need a lot of machines with fast disk subsystems. I think
Technorati has over 100 machines for their index.
Signature

Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com

> Hello,
>
[quoted text clipped - 8 lines]
>
> C.H
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.