When Lucene is not configured then what is used for DASL? When is the indexing performed? Where is that best place to learn more about search configuration, etc...
Thanks John -----Original Message----- From: Unico Hommes [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 9:12 AM To: Slide Users Mailing List Subject: Re: lucene, extractor and pdf - HOW? Markus Maeder wrote: >A colleague and I were planning an archive system mainly based on apache >components. The system should have an extractor architecture and a flexible >permission system. > >Searching for components, we stumbled over slide: most of the work seems to be >already done. :) Thanks to all the developpers. > >We know try to find out the gap between our needs and slide 2.1 > >At the moment, I'm struggling with the extractor framework. > >Question 1: >How can I enable a PDF extractor in Domain.xml? > > > Look at the example configuration http://cvs.apache.org/viewcvs.cgi/jakarta-slide/src/conf/webapp/Extracto r-Domain.xml?view=markup >Question 2: >How can I reindex the documents, when I have added a new extractor? > > > Save them again. There is currenly no other mechanism unfortunately. >Question 3: >Is there an easyer way than using DASL to search the files (e.g. with Windows >Explorer)? > > > No. >Question 4: >Does DASL use the lucene index? > > > Only if you enable the lucene content indexer in the store definition: <contentindexer classname="org.apache.slide.index.TextContentIndexer"> <parameter name="indexpath">store/index</parameter> </contentindexer> (Again see the example Domain.xml mentioned above) -- Unico --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
