[opencms-dev] Lucene search engine
    philip lau 
    pcllau at gmail.com
       
    Thu Jul  7 10:16:23 CEST 2005
    
    
  
Hi All,
I have just upgraded from opencms version 6beta to the new version 6,
and cannot get the templateone search engine working with my own
directory. I have tried changing the opencms-search.xml file to
include the following. This worked for the beta version but not in the
final version 6. Can anyone help.
<indexsource>
  <name>source3</name>
  <indexer class="org.opencms.search.CmsVfsIndexer" />
  <resources>
    <resource>/sites/default/documents/</resource>
  </resources>
  <documenttypes-indexed>
      <name>xmlpage</name>
      <name>page</name>
      <name>text</name>
      <name>pdf</name>
      <name>rtf</name>
      <name>html</name>
      <name>msword</name>
      <name>msexcel</name>
      <name>mspowerpoint</name>
      <name>image</name>
      <name>generic</name>				
  </documenttypes-indexed>				
</indexsource>
Many thanks,
Philip Lau
    
    
More information about the opencms-dev
mailing list