Skip to content
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

How to set the value of the _source option to false ? #2992

Open
pop1213 opened this issue Oct 22, 2024 · 0 comments
Open

How to set the value of the _source option to false ? #2992

pop1213 opened this issue Oct 22, 2024 · 0 comments
Labels
status: waiting-for-triage An issue we've not yet triaged

Comments

@pop1213
Copy link

pop1213 commented Oct 22, 2024

set _source option like this

GET /_search
{
  "_source": false,
  "query": {
    "match": {
      "user.id": "kimchy"
    }
  }
}
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged
Projects
None yet
Development

No branches or pull requests

2 participants