-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels