Hi, I have a problem with the LuceneContentIndexer.
I work with slide 2.2 pre1 and I have shaped, my Domain.xml, like it is written 
in http://wiki.apache.org/jakarta-slide/DaslConfiguration.
While the index of the property comes saved correctly to every update of my 
resoursces, the index of the content no.
When I  deleter the folder and restart my tomcat, then the index comes 
reconstructed.
This is the fragment of my Domain.xml:
<contentindexer classname="org.apache.slide.index.lucene.LuceneContentIndexer"> 
 
    <parameter name="indexpath">${filespath}index_content</parameter> 
    <parameter name="asynchron">true</parameter>
    <parameter name="priority ">Thread.MAX_PRIORITY</parameter> 
  </contentindexer>  
<propertiesindexer 
classname="org.apache.slide.index.lucene.LucenePropertiesIndexer">
              <parameter name="indexpath">${filespath}index_meta</parameter>    
      
              <configuration name="indexed-properties">     
    <property name="author" namespace="DAV:">
       <text/><is-defined/>
       </property>
     <property name="creator-displayname" namespace="DAV:">
                <text/><is-defined/>
       </property>
       <property name="comment" namespace="DAV:">
        <text/><is-defined/>
       </property>
   
    </configuration>
          </propertiesindexer>
 
regards....
 
Francesco Paladino

Reply via email to