Skip to content

TermsExecution should have additional value: "or", "fielddata" #402

Closed
@dqduc

Description

@dqduc

As ES document http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-terms-filter.html

The correct TermsExcution enum should be:

public enum TermsExecution
  {
   plain,
   @bool,
   and,
   or,
   fielddata
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions