-
Notifications
You must be signed in to change notification settings - Fork 577
Description
What do you want to do?
- Request a change to existing documentation
- Add new documentation
- Report a technical problem with the documentation
- Other
Tell us about your request. Provide a summary of the request and all versions that are affected.
I am very unfamiliar with the search API so this may just be my ignorance of it's parameters, but I cannot get the following documented parameters to work. I suspect that these parameters are no longer supported by the API and should be removed from the documentation.
- analyze_wildcard
- default_operator
- lenient
- suggest_mode
When attempting to use them, you get the following response: request [/MyIndex/_search] contains unrecognized parameters: [analyze_wildcard], [default_operator], [lenient], [suggest_mode] -> did you mean [suggest_field]?, [suggest_size] -> did you mean [suggest_field]?
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.