Skip to content

Can phrase queries on text fields use _source for verification if positions are not indexed? #64467

Closed
@jpountz

Description

@jpountz

When indexing application logs, the index of the message field is a significant contributor to disk usage, and more than half the disk it uses is spent of positions. For logging use-cases when search performance is not critical, it would likely be a better trade-off to disable frequencies and positions, and confirm phrase queries using _source.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions