Skip to content

Excluding context in mappings breaks reindexing #411

@simonpoole

Description

@simonpoole

In mappings.json we exclude the context fields from the stored source document

"_source": {
    "excludes": [
        "context.*"
    ]
},

As the context fields are populated by the importer and updater, this implies that we can't reindex in situ (aka any change in the mappings or similar requires a reimport). I can see the space savings in doing this, but on the other hand it means that we can't evolve the mappings and related aspects of Photon in a "user"-friendly fashion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions