Skip to content

Wildcard search for field does not return all fields if store:false #14470

@robin13

Description

@robin13

If fields are not stored ("store":false in mapping), it is still possible to query fields using the "fields":[ "foo", "bar" ] query syntax as the fields are taken from the _source.
If however you use a wildcard : "fields": [ "*" ] then no fields are returned.

Metadata

Metadata

Assignees

No one assigned

    Labels

    >docsGeneral docs changes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions