Hi guys!
We are trying to make a search based on lucene syntax on object with nested type fields.
We looked on DSL but it's not fitted to our requirements.
Our data looks like:
{ scans: [ { ip: "1.2.3.4", is_malware: true }, { ip: "1.2.3.5", is_malware: false } ] }
Any solutions or workarounds are welcome!