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

Query DSL: Support fuzzy query #213

Closed
kimchy opened this issue Jun 7, 2010 · 1 comment
Closed

Query DSL: Support fuzzy query #213

kimchy opened this issue Jun 7, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Jun 7, 2010

Here are some samples:

{
    "fuzzy" : { "name.first" : "sh" }
}

and:

{
    "fuzzy" : {
        "name.first" :  {
            "value" : "sh",
            "min_similarity" : 0.1,
            "prefix_length" : 1,
            "boost" : 2.0
        }
    }
}
@kimchy
Copy link
Member Author

kimchy commented Jun 7, 2010

Query DSL: Support fuzzy query, closed by 26ed029.

costin pushed a commit that referenced this issue Dec 6, 2022
🤖 ESQL: Merge upstream
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
With this commit we expose the `on-error` command line argument in
night-rally's race configurations. We configure all G1-related
configurations for nyc_taxis to abort on error and add a heapdump
telemetry device so we get a heapdump in this case for further
inspection. Finally, we ensure that the build won't fail because of an
(expected) error.

Relates elastic#204
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant