Skip to content

Commit

Permalink
Revert fanciness due to ElasticSearch version difference on Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
devn committed May 23, 2013
1 parent 6ebf305 commit b38626a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/getclojure/search.clj
Expand Up @@ -47,10 +47,6 @@
:boost 2.0)
(q/term :input lowercased-query
:boost 2.0)
(q/mlt-field :input {:like_text lowercased-query
:min_term_freq 1})
(q/flt-field :input {:like_text lowercased-query
:min_similarity 0.6})
(q/term :output query)
(q/term :output lowercased-query)
(q/term :value query)
Expand Down

0 comments on commit b38626a

Please sign in to comment.