Github user justinleet commented on the issue:
https://github.com/apache/metron/pull/1037
@cestella For that indexString thing, we could do a couple things
- Leave it as-is for now, and fix both when they need to be.
- Figure out how to fix it and fix both here.
- Drop index from this query entirely. Given that we have source type, it
should be sufficient.
I personally lean towards the last one, unless we either know a fix is
imminent or it's easy to do. Index is pretty extraneous given that we use
source type everywhere and we can do a lookup on the source type anyway.
Any preference?
---