Kiln match introspection for local-solr-index-indices

<map:match id="local-solr-index-indices" pattern="index/indices/*.html">
<map:aggregate element="aggregation" label="content">
<map:part element="delete" src="cocoon://_internal/solr/delete-by-file-path/indices/{1}.xml">
+<map:match pattern="delete-by-file-path/**.xml"> </map:match>
</map:part>
<map:part src="cocoon:/add/indices/{1}.xml">
+<map:match id="local-solr-add-indices" pattern="add/indices/*.xml"> </map:match>
</map:part>
<map:part element="optimize" src="cocoon://_internal/solr/optimize">
+<map:match pattern="optimize"> </map:match>
</map:part>
<map:part src="cocoon://_internal/menu/admin.xml?url=admin/solr/index/indices">
+<map:match pattern="_internal/menu/*.xml"> </map:match>
</map:part>
</map:aggregate>
<map:transform src="cocoon://_internal/template/admin/solr-index-indices.xsl">
<map:parameter name="file" value="{1}.xml" />
+<map:match pattern="_internal/template/**.xsl"> </map:match>
</map:transform>
<map:serialize />
</map:match>