Closed abidulrmdn closed 7 years ago
needs implementing the script instead of Logstash to insert nested objects instead of normal array of instances. which will look something like this
{ "mappings": { "videosSubtitles": { "properties": { "_subtitles":{ "type": "nested", "properties": { "sentence": { "type": "string" }, "start": { "type": "string" }, "end": { "type": "string" } } } } } }
resolved by doing nested objects
currently we're finding the timing for the searched keywords by going through the subtitles and finding the right sentence match, What we hope is that we can get it from the query. or logstash.