Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-slide Wiki" for 
change notification.

The following page has been changed by DanielFlorey:
http://wiki.apache.org/jakarta-slide/DaslConfiguration

------------------------------------------------------------------------------
  || optimization-threshold || The number of write accesses to the index after 
which the index is optimized || no/100 ||
  || analyzer ||          ||    ||
  
+ Search for a single word
+  {{{
+  <D:contains>Word</D:contains>
+  </S:property-contains>}}}
  
+ === Extractors ===
+ 
+ The content indexer will only process resources that match any content 
extractor.
+ So don't forget to configure the content extractors according to your needs. 
If you want to include text, pdf and word documents into your search, your 
extractor configuration could look like this:
+ 
+ 
+ {{{   <!-- Extractor configuration -->
+       <extractors>
+               <extractor classname="org.apache.slide.extractor.PDFExtractor"/>
+               <extractor 
classname="org.apache.slide.extractor.MSWordExtractor"/>
+               <extractor 
classname="org.apache.slide.extractor.TextContentExtractor"/>
+       </extractors>}}}
+ 

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

Reply via email to