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: Empty facets element causes search failures #938

Closed
kimchy opened this issue May 17, 2011 · 0 comments
Closed

Search: Empty facets element causes search failures #938

kimchy opened this issue May 17, 2011 · 0 comments

Comments

@kimchy
Copy link
Member

kimchy commented May 17, 2011

Search: Empty facets element causes search failures

curl localhost:9200/test/_search -d '
{
"query": {
    "bool": {
        "must": [
            {
                "match_all": { }
            }
        ],
        "must_not": [ ],
        "should": [ ]
    }
},
"from": 0,
"size": 50,
"sort": [ ],
"facets": { }
}'
@kimchy kimchy closed this as completed in cc0a6ed May 17, 2011
ofavre pushed a commit to yakaz/elasticsearch that referenced this issue Jul 18, 2011
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
williamrandolph pushed a commit to williamrandolph/elasticsearch that referenced this issue Jun 4, 2020
… reading from multiple types.

- Moved Field parsing logic into it's own class.
- Add ability to merge mappings from multiple types together into a resolved view.
- Convert most of the usages of the Field class to the new Mapping class.
- Moved a handful of utility functions into the Mapping class since there's a logical place for
those functions to live now. This is WIP since the tests are not building entirely yet with the
changes.
- Convert tests over to new mapping api.
- Adding tests to ensure that the multi-mapping support works

fixes elastic#938, fixes elastic#850
emilykmarx pushed a commit to emilykmarx/elasticsearch that referenced this issue Dec 26, 2023
…lastic#938)

Clarifies role and status of transport protocol 
Bumps version to v10.5.1

Fixes: elastic#936
Co-Authored-By: João Duarte <jsvd@users.noreply.github.com>
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