Skip to content

Commit

Permalink
Merge pull request #243 from amclark42/fix-new-range-index-field-report
Browse files Browse the repository at this point in the history
Fix new range index field report
  • Loading branch information
joewiz authored Oct 27, 2024
2 parents cdfa344 + 19aefc0 commit 45851ec
Show file tree
Hide file tree
Showing 5 changed files with 4,441 additions and 21 deletions.
12 changes: 12 additions & 0 deletions src/main/xar-resources/indexes-test/collection.xconf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@
<create qname="@empty-namespace-attribute" type="xs:string"/>
<create qname="my:my-namespace-element" type="xs:string"/>
<create qname="@my:my-namespace-attribute" type="xs:string"/>

<!-- Indexes on fn data -->
<create qname="function">
<field name="function-name" match="@fn" type="xs:string"/>
<field name="function-group" match="@group" type="xs:string"/>
</create>
<create qname="return">
<field name="return-type" type="xs:string"/>
<field name="return-quantifier" match="@quantifier" type="xs:string"/>
</create>
<create qname="property" type="xs:string"/>
<create qname="error" type="xs:string"/>
</range>
</index>
</collection>
Loading

0 comments on commit 45851ec

Please sign in to comment.