Skip to content

WFS FeatureID query values #120

@StephenBMarwick

Description

@StephenBMarwick

When querying using WFS with GetFeature, responses are returned with the elastic id prefixed with layer id as the id (aka featureid). Attempting to obtain a specific feature using the returned featureid results in no results being returned.

Looking at the query being sent to ElasticSearch, it seems that ElasticGeo is not stripping the layer id prefix before forwarding the query. ElasticSearch has no concept of the layer name that ElasticGeo provides, so it does not match anything.

I'm using the following versions:

  • GeoServer: 2.16.1
  • ElasticGeo: latest on master (2.16.0-RC1?)
  • ElasticSearch: 7.1.1

Is there some configuration setting that I might be missing?

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