team-apollo / apollo

music player that runs in your browser
Eclipse Public License 1.0
3 stars 1 forks source link

endpoint: search :criteria #6

Open twillis opened 9 years ago

twillis commented 9 years ago

return artist/album/track matching criteria

like '%criteria%' for now maybe full text later.

twillis commented 9 years ago

apparently elastic search can be embedded into java apps so should be doable from clojure. http://blog.trifork.com/2012/09/13/elasticsearch-beyond-big-data-running-elasticsearch-embedded/

should add a jar and play around with it some