Skip to content

Add score_mode setter #71

@Firman95

Description

@Firman95

Hello! I need to use score_mode in some of my query. For example like this:

{
    "nested": {
        "path": "something",
         "score_mode": "max",
         "query": { .......

I believe the default one elasticsearch would use if not set is ⁣avg.

A function that we can call like this ->setScoreMode('max') would be very helpful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions