If you are using the 2.1 binary, I'm not sure it's entirely supported.
I've had to build straight from Subversion to get this to work.

In addition, you may want to be careful about your expectations.
ContentIndexer only indexes the content for full-text searching, and I
believe this will only work with text files and some XML files, but not
word, PDF, or other documents.  PropertiesIndexer is used for keyword
indexing which may be useful for faster DASL queries of those keywords.

                <contentindexer
classname="org.apache.slide.index.SampleTxtContainsIndexer">
                <parameter
name="indexpath">${slidestore}/index_content</parameter>
                </contentindexer>


                        <propertiesindexer
classname="org.apache.slide.index.lucene.LucenePropertiesIndexer">
                                <parameter
name="indexpath">${slidestore}/index_meta</parameter>
                        </propertiesindexer> 

Hope that helps,
-D
 

> -----Original Message-----
> From: aslam bari [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, August 03, 2006 7:35 AM
> To: Slide User
> Subject: LuceneIndexer is not working
> 
> Hello All,
>   I am using slide2.1, and now want to attach lucene. I 
> enable the lucene in slide but indexes are not generated. 
> Exceptions is coming  while using LuceneIndexer.
>    
>   Does LuceneIndexer not work in Slide2.1. If not then how 
> can i use Indexer to search resources?
>   <ContentIndexer class="org.apache.slide.index.LuceneIndexer">
>   ...........
>   </ContentIndexer>
>    
>   Help Plz.
> 
> 
>                               
> ---------------------------------
>  Here's a new way to find what you're looking for - Yahoo! Answers 
> 

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

Reply via email to