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

Search Facets: Facets to allow to define filters on them #217

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

Search Facets: Facets to allow to define filters on them #217

kimchy opened this issue Jun 8, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Jun 8, 2010

All facets should allow to define filter on them (same filters that can be used in queries). for example:

{
    query : {
        "match_all" : {}
    },
    facets : {
        "histo1" : {
            "histogram" : {
                "field" : "multi_num",
                "interval" : 100
            },
            "filter" : {
                "term" : ...
            }
        }
    }
}
@kimchy
Copy link
Member Author

kimchy commented Jun 9, 2010

Search Facets: Facets to allow to define filters on them, closed by 5ca050f.

ClaudioMFreitas pushed a commit to ClaudioMFreitas/elasticsearch-1 that referenced this issue Nov 12, 2019
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 add more verbose logging for the results summary of
night-rally (only temporarily) in order to debug an issue with missing
results in the Jenkins logs.
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