diff --git a/project.clj b/project.clj index 7a8624c..1006b6a 100644 --- a/project.clj +++ b/project.clj @@ -12,6 +12,7 @@ [clj-http "1.0.0"] [mysql/mysql-connector-java "5.1.25"] [korma "0.3.3"] + [clojurewerkz/elastisch "2.1.0-beta7"] [me.raynes/fs "1.4.6"]] :main luduverse.core :plugins [[lein-ring "0.8.10"]] @@ -19,6 +20,7 @@ :init luduverse.handler/init :destroy luduverse.handler/destroy :open-browser? false} + :repl-options {:timeout 12000} :aliases {"save-competition-30" ["run" "-m" "luduverse.scraper/save-competition" "30"]} :profiles {:production {:ring {:stacktrace? false}} :dev {:ring {:auto-reload? true diff --git a/src/luduverse/search.clj b/src/luduverse/search.clj new file mode 100644 index 0000000..e69de29