You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Emmanuel Bridonneau <EB...@epicentric.com> on 2001/11/20 22:56:38 UTC

Lucene indexer vs. DB index

Can anyone tell me the advantages of Lucene indexer for indexing data
located in a database or LDAP server over creating another index in the
database or from an LDAP console?
There got to be some for indexing database records but I can't see them?
Any light out there?

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Lucene indexer vs. DB index

Posted by Ian Lea <ia...@blackwell.co.uk>.
If your database or LDAP server gives you all the indexing you
need, with good enough performance, perhaps you don't need Lucene.
But I'm not aware of any databases that give you full text
indexing to match the power of Lucene.



--
Ian.
ian.lea@blackwell.co.uk

Emmanuel Bridonneau wrote:
> 
> Can anyone tell me the advantages of Lucene indexer for indexing data
> located in a database or LDAP server over creating another index in the
> database or from an LDAP console?
> There got to be some for indexing database records but I can't see them?
> Any light out there?

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>