Project

General

Profile

« Previous | Next » 

Revision 9060

use new IDocumentDeleteSubprocessors to handle clean-up of annotation index fields when annotations are removed.

View differences:

index-processor-context.xml
30 30
     
31 31
    <import resource="application-context-oa.xml" />
32 32
    <import resource="application-context-annotator.xml" />    
33
    
34
    <import resource="application-context-delete-subprocessors.xml" />    
35
    
33 36

  
34 37
 <bean id="dateConverter" class="org.dataone.cn.indexer.convert.SolrDateConverter" />
35 38
 <bean id="fgdcDateConverter" class="org.dataone.cn.indexer.convert.FgdcDateConverter"/>
......
102 105
       
103 106
      </list>
104 107
     </property>
108
     <property name="deleteSubprocessors">
109
      <list>
110
       <ref bean="annotationDeleteSubprocessor" />
111
      </list>
112
     </property>
105 113
    </bean>
106 114
   </list>
107 115
  </constructor-arg>

Also available in: Unified diff