On Tuesday 27 April 2004 09:40, [EMAIL PROTECTED] wrote:
> Dear all,
>
> has anyone had experience using Lucene with data stored
> in MS SQL server 2000 ?
>
> How does indexing and searching work in that case.

It works pretty much like system that has Oracle, DB2 or MySQL backend. :-)
It may even be identical, if data access is done via some typical abstraction 
layer (Hibernate or other ORM mappers).

The most common case is just to retrieve indexed data from DB, then let Lucene 
build its index, do searches against index, and eventually fetch data 
necessary for displaying results (usually only index is managed by Lucene; 
there's no point in duplicating actual indexed data itself) from DB for hits.

-+ Tatu +-

>
> Thanks,
>
> Holger
>
>
> ___________________________________________________
> The ALL NEW CS2000 from CompuServe
>  Better!  Faster! More Powerful!
>  250 FREE hours! Sign-on Now!
>  http://www.compuserve.com/trycsrv/cs2000/webmail/
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to