Giter Club home page Giter Club logo

Comments (10)

michaelklishin avatar michaelklishin commented on June 25, 2024

Missing from elastisch.query? Definitely submit a pull request, I believe this query type is fairly recent.

from elastisch.

michaelklishin avatar michaelklishin commented on June 25, 2024

@mklappstuhl are you going to contribute this? If not, can you at least tell us where the terms query is missing?

from elastisch.

martinklepsch avatar martinklepsch commented on June 25, 2024

Going to contribute! I've been wrangling with editors (going from vim to
emacs) last couple of days but I'll take a look tomorrow or over the
weekend :)

On Wednesday, July 16, 2014, Michael Klishin [email protected]
wrote:

@mklappstuhl https://github.com/mklappstuhl are you going to contribute
this? If not, can you at least tell us where the terms query is missing?


Reply to this email directly or view it on GitHub
#96 (comment)
.


Martin
http://martinklepsch.org http://martinklepsch.org?ref=email

from elastisch.

michaelklishin avatar michaelklishin commented on June 25, 2024

@mklappstuhl hey, we do accept contributions from Vim users ;)

from elastisch.

martinklepsch avatar martinklepsch commented on June 25, 2024

Haha, yeah. Just gave emacs another concentrated try and that made my
productivity with everything else tank totally :D

On Wednesday, July 16, 2014, Michael Klishin [email protected]
wrote:

@mklappstuhl https://github.com/mklappstuhl hey, we do accept
contributions from Vim users ;)


Reply to this email directly or view it on GitHub
#96 (comment)
.


Martin
http://martinklepsch.org http://martinklepsch.org?ref=email

from elastisch.

martinklepsch avatar martinklepsch commented on June 25, 2024

@michaelklishin as it seems the clojurewerkz.elastisch.query/term function automagically becomes a terms query when you supply a collection:

(defn term
  "Term Query"
  [key values & args]
  (merge { (if (coll? values) :terms :term) (hash-map key values) }
         (ar/->opts args)))

I just put together a map on my own when I needed this unknowing that this would work. Maybe it'd be useful to add an alias so that it shows up in the API documentation?

from elastisch.

michaelklishin avatar michaelklishin commented on June 25, 2024

@mklappstuhl go ahead. A separate function in general should be fine (we can't change term immediately for backwards compatibility).

from elastisch.

martinklepsch avatar martinklepsch commented on June 25, 2024

I'm not sure. The existing term query properly supports terms queries as
well.
Duplicating that code doesn't sound like the best idea that's why I
suggested aliasing. Therefore no changes in functionality would be made,
everything would stay compatible.

from elastisch.

michaelklishin avatar michaelklishin commented on June 25, 2024

Fine, just define a function that will call term internally :)

from elastisch.

michaelklishin avatar michaelklishin commented on June 25, 2024

Fixed by #104. Thanks @mklappstuhl!

from elastisch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.