Te-cho / youtubeSearch

Its a platform to search through youtube's sbutitles and lyrics
http://searchyoutubes.com/
3 stars 0 forks source link

Fix the ES query to bring better resuts #45

Closed abidulrmdn closed 7 years ago

abidulrmdn commented 7 years ago

Currently if you put a whole sentence it wont bring results related to the whole thing

abidulrmdn commented 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" } } } } } } }

abidulrmdn commented 7 years ago

so far i just improved how we get the highlights and filter the results with 0 timings