erichard / elasticsearch-query-builder

Build query for an ElasticSearch client using a fluent interface
MIT License
39 stars 20 forks source link

Added Functions Query and Function Score Query #18

Closed janaculenova closed 1 year ago

janaculenova commented 1 year ago

Hi, I asked for weight function and function_score with multiple fields few weeks ago.

erichard commented 1 year ago

Hi, Sorry I missed the notification about your PR. Have you found another way to do what you need ?

We recently had a PR merge that allow full Elastic API : https://github.com/erichard/elasticsearch-query-builder/pull/17

janaculenova commented 1 year ago

@erichard Hi, I'm very sorry, I'm not familiar with GitHub interface. This one PR was by mistake. And I missed this comment too.

I watched commits from last weeks, but not sure if it's possible use it for weight and score across multiple fields or indexes, but maybe I'm wrong.

There's an another one pull request by me from yesterday. Just let me know, if it's useless.