Skip to content

Use Lucene's native encoding of numeric stored values #2433

@chrismale

Description

@chrismale

Currently ElasticSearch converts numeric values to byte arrays for storing. However Lucene has native storage of numeric values which has less overhead.

We need to support backwards compatibility with indexes using the byte array encoding, therefore we will use the ElasticSearch index version as a way to identify those indexes that will be using the byte array encoding and those that will be using the native encoding.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions