mvolikas commented on code in PR #1242:
URL: 
https://github.com/apache/incubator-stormcrawler/pull/1242#discussion_r1650031441


##########
external/solr/cores/status/conf/schema.xml:
##########
@@ -25,5 +25,7 @@ under the License.
        <field name="status" type="string" indexed="true" stored="true" 
required="true"/>
        <field name="nextFetchDate" type="pdate" stored="true" indexed="true"/>
        <dynamicField name="metadata*" type="string" indexed="true" 
stored="true" multiValued="true"/>
+       <field name="key" type="string" stored="true" indexed="true"/>

Review Comment:
   Yes, that's the idea behind the dynamic field, and you are right, "key" 
should have `multiValued = false` too. thanks for pointing it out!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to