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

Terms Facets: Allow to specify a set of terms to exclude in the request #246

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

Comments

@kimchy
Copy link
Member

kimchy commented Jul 7, 2010

Allow to specify a set of terms that should be excluded from the terms facet request result. Here is an example:

"terms" : {
    "field" : "some_field",
    "exclude" : ["term1", "term2"]
}
@kimchy
Copy link
Member Author

kimchy commented Jul 7, 2010

Terms Facets: Allow to specify a set of terms to exclude in the request, closed by 9578ad3.

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
Previously we have relied that `RUNTIME_JDK` is defined as an
environment variable but this is trappy for usage outside of Jenkins.
Therefore, the benchmark coordinator Night Rally will require that the
runtime JDK is passed as the command line parameter `--runtime-jdk`.

Relates elastic#246
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