Skip to content

Support Elasticsearch custom search extension plugin #2065

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
oni7uka opened this issue Jan 18, 2022 · 0 comments · Fixed by #2064
Closed

Support Elasticsearch custom search extension plugin #2065

oni7uka opened this issue Jan 18, 2022 · 0 comments · Fixed by #2064
Labels
type: enhancement A general enhancement

Comments

@oni7uka
Copy link
Contributor

oni7uka commented Jan 18, 2022

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.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 18, 2022
@sothawo sothawo linked a pull request Jan 18, 2022 that will close this issue
5 tasks
@sothawo sothawo added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Jan 18, 2022
@sothawo sothawo added this to the 4.4 M3 (2021.2.0) milestone Jan 18, 2022
sothawo pushed a commit that referenced this issue Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants