Depending on your expectation, there are two ways to use Lucene to index:

1. Index the 'content' (i.e. full-text searching on the content of stored text files). 
This is the example. I believe this will work regardless if the files are stored in 
the filesystem or in a db.

2. Index the 'metadata', or webdav properties.  This is not fully functional, but 
started under bugzilla # 31552 if you want to help (it is still in prototype/dev 
stage). So far, this will also work regardless if the metadata/nodestore is stored on 
filesystem or db.



> -----Original Message-----
> From: Nick Longinow [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 06, 2004 5:18 PM
> To: 'Slide Users Mailing List'
> Subject: Generating a lucene index against Slide db Store
> 
> 
> Is it possible to do ?
> 
>  
> 
> The commented area of the default domain.xml shows a sample 
> indexer, which
> appears to create an index at the root location ./index, 
> taken out of a Tx
> type store.  Is this just a small example utility, or is it a fully
> functional way to generate index info from a slide 
> repository, regardless of
> the store type ?
> 
> Nick
> 
> 

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

Reply via email to