SGF-637 - Improve IndexFactoryBean's resilience and options for handling GemFire IndexExistsExceptions and IndexNameConflictExceptions.
Related JIRA: https://jira.spring.io/browse/DATAGEODE-14
This commit is contained in:
@@ -30,9 +30,12 @@
|
||||
|
||||
<gfe:replicated-region id="IndexedRegion" persistent="false"/>
|
||||
|
||||
<gfe:index id="simple" expression="status" from="/IndexedRegion" type="functional"/>
|
||||
<gfe:index id="basic" expression="status" from="/IndexedRegion" type="functional"/>
|
||||
|
||||
<gfe:index id="complex" name="complex-index" expression="tsi.name" from="/IndexedRegion tsi"
|
||||
imports="import java.util" type="${index.complex.type}"/>
|
||||
|
||||
<gfe:index id="index-with-ignore-and-override" expression="id" from="/IndexedRegion"
|
||||
ignore-if-exists="true" override="true" type="PRIMARY_KEY"/>
|
||||
|
||||
</beans>
|
||||
|
||||
Reference in New Issue
Block a user