[FEATURE] Add Support for SimpleQueryStringQuery "flags" parameter in 8.x client
See original GitHub issueI’d like to request support for the SimpleQueryString flags
parameter in v8.x. We’re planning to upgrade to the ES 8 but some part of our project relies on this feature and it seems to be missing in this new client.
As part of the migration process, I’m performing a gap analysis and I noticed some other features are missing like Filter aggregation or JoinField (https://github.com/elastic/elasticsearch-net/issues/7756), and other that might come next days.
Because of this need, I would also really love to contribute to this repo but after watching this talk from @stevejgordon I fear the “converter” from elasticsearch-specification to generated code is still a private repository… Could you please advise me on how to proceed with this request?
Thank you in advance, Gianluca
Issue Analytics
- State:
- Created 2 months ago
- Comments:5 (3 by maintainers)
Top GitHub Comments
I’m currently working on the code generator anyways, which means you could be lucky, but I won’t promise anything 🙂 I will take a more detailed look next week in order to estimate and prioritize. Will come back to you afterwards!
Hi @gise88!
Unfortunately you are right about the code generator aka “converter”. The code generator repositories are highly coupled to our internal workflow, so opening them up would be a non-trivial task.
Some features can be implemented as handcrafted extensions (where it makes sense) as the generated files are mostly
partial
.The
flags
field seems to be in the specification. I’ll have to check why it’s not generated.