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

Scrolled paging #112

Closed halfstein closed 4 years ago

halfstein commented 4 years ago

Hi,

I put in a little unit and integration testing. However, I'm not able to run the integration tests so that is just my best guess.

I have most of this running in my environment from a snapshot build. I'll take a new one with all this and let you know if I run into any functional issues.

It does now support full random access paging, although that is less efficient. Again, this may partially address #108.

Regards,

Joel

halfstein commented 4 years ago

Well ... it looks like I bit off too much (and I messed up line endings so some diffs are awful). I'm gonna close this pull request and start from scratch.