Skip to content

ScoreSort sort by Doc field #561

@michalAndrzejKalinowskiEstimate

Description

Java API client version

7.17

Java version

jdk8

Elasticsearch Version

7.17

Problem description

Seems like ScoreSort sort by doc field - see https://github.com/elastic/elasticsearch-java/blob/7.17/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScoreSort.java#L69
Probably it should be

public SortOptions.Kind _sortOptionsKind() {
        return SortOptions.Kind.Score;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions