Kiln match introspection for local-solr-add-tei-eats-authority

<map:match id="local-solr-add-tei-eats-authority" pattern="add/tei-eats-authority/*/**.xml">
<map:aggregate element="aggregation">
<map:part element="tei" src="cocoon:/preprocess/tei-eats/{2}.xml">
+<map:match id="local-solr-preprocess-tei-eats" pattern="preprocess/tei-eats/**.xml"> </map:match>
</map:part>
<map:part element="eats" src="cocoon:/preprocess/eatsml/{1}/entities.xml">
+<map:match id="local-solr-preprocess-eatsml-authority" pattern="preprocess/eatsml/*/entities.xml"> </map:match>
</map:part>
</map:aggregate>
<map:transform src="../stylesheets/solr/tei-eats-to-solr.xsl">
<map:parameter name="file-path" value="{2}" />
</map:transform>
<map:transform type="solr">
<map:parameter name="url" value="{global:solr-server}" />
</map:transform>
<map:serialize type="xml" />
</map:match>