Github user simonellistonball commented on a diff in the pull request:

    https://github.com/apache/metron/pull/1020#discussion_r189402062
  
    --- Diff: 
metron-platform/metron-solr/src/main/config/schema/error/schema.xml ---
    @@ -40,6 +39,8 @@
       <field name="guid" type="string" indexed="true" stored="true" 
required="true" multiValued="false" />
       <uniqueKey>guid</uniqueKey>
     
    +  <!-- Raw messages can be split into multiple fields -->
    +  <dynamicField name="raw_message*" type="text_raw" indexed="false" 
stored="true"/>
    --- End diff --
    
    Makes sense, +1 on this then. 


---

Reply via email to