RE: LuceneIndexer is not working
Darren Hartford <dhartford <at> ghsinc.com>
2006-08-03 12:03:15 GMT
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:iamaslamok <at> yahoo.co.in]
> Sent: Thursday, August 03, 2006 7:35 AM
> To: Slide User
> Subject: LuceneIndexer is not working
>
(Continue reading)