Reinstated FUNCTIONAL as a valid index type XML attribute and correction for compiler issue in GemfireOnRegionFunctionTemplate

This commit is contained in:
David Turanski
2013-02-05 10:37:33 -05:00
parent 11dce8858b
commit 8861e89a97
3 changed files with 3 additions and 2 deletions

View File

@@ -2149,6 +2149,7 @@ The name of the index bean definition. If property 'name' is not set, it will be
<xsd:restriction base="xsd:string">
<xsd:enumeration value="HASH" />
<xsd:enumeration value="PRIMARY_KEY"/>
<xsd:enumeration value="FUNCTIONAL"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>