ngageoint / elasticgeo

ElasticGeo provides a GeoTools data store that allows geospatial features from an Elasticsearch index to be published via OGC services using GeoServer.
GNU General Public License v3.0
169 stars 85 forks source link

array splitter #41

Closed tomerorenstein closed 5 years ago

tomerorenstein commented 7 years ago

hey :)

while im using this amaizing plugin, i notice that when i want to get field in my elastic type which is array, there is a logic which gives the array values seperated by semi colon.

This is a problem because when my data has semi colon itself i cannot use split by semi colon.(my data is dynamic). Can i control somehow on the splitter?

Thanx alot!

sjudeng commented 7 years ago

Unfortunately the delimiter is not configurable without modifying the code at this point. The relevant line in the code is here. Maybe this can be addressed at the same time as #37, which involves the same area of the code, either by exposing the delimiter as a store parameter or something else.

sjudeng commented 7 years ago

@tomerorenstein There are some updates to improve array handling in #42. Please take a look if you're able.

sjudeng commented 7 years ago

This update has been incorporate in the 2.11.1-RC1 release candidate.