Thanks for the info. Could you elaborate a little on the JDBC store?
Does it automatically take advantage of the database's indexing and
search capabilities, or do I have to configure something to enable this?

-Mirko


On Wed, 2004-11-17 at 20:42, James Mason wrote:

> Umm... yes ;).
> 
> By default Slide does no indexing, but rather crawls your entire store
> for each search request. Obvious, this is horribly inefficient. If
> you're using a JDBC store you can take advantage of the database's
> capabilities for indexing, and Slide 2.2 will add a much more powerful
> indexing system with Lucene.
> 
> -James
> 
> On Wed, 2004-11-17 at 11:25 -0800, Mirko Froehlich wrote:
> > I am slightly confused about Slide's search implementation. It appears
> > that Slide supports Lucene for indexing documents. I am using a file and
> > a JDBC store, neither of which defines an indexer (i.e. the
> > contentindexer element is commented out in my Domain.xml). Still,
> > performing a DASL search using the WebDAV client API works fine in both
> > of my stores. Does Slide fall back to a default search implementation if
> > no contentindexer is defined? In this case I assume that using Lucene
> > would result in more efficient search queries?
> > 
> > -Mirko
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to