Closed abidulrmdn closed 7 years ago
one of the result is to add proper logstash http://stackoverflow.com/questions/42486824/logstash-seperate-results-into-different-object-using-grok-match-pattern for nested structure like this:
PUT /videos_en { "mappings": { "videosSubtitles": { "properties": { "_subtitles":{ "type": "nested", "properties": { "sentence": { "type": "string" }, "start": { "type": "string" }, "end": { "type": "string" } } } } } } }
so far i just improved how we get the highlights and filter the results with 0 timings
Currently if you put a whole sentence it wont bring results related to the whole thing