Skip to content

Support Elasticsearch custom search extension plugin #2065

Closed
@oni7uka

Description

@oni7uka

When the user writes a custom search plugin, the ext section is required to wrap the SearchExtBuilder
Example:

{
  "query": {...},
  "ext":{
        "similarity": {
        "fields":{...}
      }
    }
}

similarity is a search plugin I customized, but currently Native Search Query does not have an interface that supports it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions