Github user mmiklavc commented on the issue:

    https://github.com/apache/metron/pull/995
  
    ```
    {
      "enrichments.geo.ip_dst_addr.location_point_0_coordinate": [
        "34.0438",
        "34.0438"
      ],
      "enrichments.geo.ip_dst_addr.location_point_1_coordinate": [
        "-118.2512",
        "-118.2512"
      ],
      "enrichments.geo.ip_dst_addr.location_point": "34.0438,-118.2512"
    }
    ```
    > That does not look correct to me.
    
    @merrimanr - can you be more specific? I gather it should not be an array, 
but simple string value for the derived fields, e.g.
    ```
    {
      "enrichments.geo.ip_dst_addr.location_point_0_coordinate":"34.0438",
      "enrichments.geo.ip_dst_addr.location_point_1_coordinate":"-118.2512",
      "enrichments.geo.ip_dst_addr.location_point": "34.0438,-118.2512"
    }
    ```
    
    What was your input doc when doing this test on 5.5? Did you included the 
expanded fields as part of the insert? To me your results make it look like 
Solr treated the values as an additive operation vs overwrite, but it's hard 
for me to say without more detail.


---

Reply via email to