question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[FEATURE] Add Support for SimpleQueryStringQuery "flags" parameter in 8.x client

See original GitHub issue

I’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:closed
  • Created 2 months ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
floberndcommented, Jul 28, 2023

can you give me an ETA for this implementation?

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!

1reaction
floberndcommented, Jul 28, 2023

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Simple query string query | Elasticsearch Guide [8.9]
This query uses a simple syntax to parse and split the provided query string ... You can use the flags parameter to limit...
Read more >
Simple query string query | Elasticsearch Guide [7.17]
This query uses a simple syntax to parse and split the provided query string ... You can use the flags parameter to limit...
Read more >
Command Line Reference - Rally 2.8.0 documentation
Command line flags are used to change Rally's behavior but not all command line flags can be used for each subcommand. To find...
Read more >
Command Line Flags - osquery - Read the Docs
The osquery shell and daemon use optional command line (CLI) flags to control initialization, disable/enable features, and select plugins.
Read more >
Elastic Search Queries Hands-on Examples using Spring ...
I created a simple spring boot application to load data. ... The operator flag can be set to or and to control the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found