Git Product home page Git Product logo

elasticsearch-plugin-geoshape's People

Contributors

5k4nd avatar clement-tourriere avatar johnnybill avatar lvdb45 avatar mhugo avatar mriviere-opendatasoft avatar richterb avatar xando avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

elasticsearch-plugin-geoshape's Issues

ES2 support

Hi,

Really interesting plugin you made, nice job!
Is there any way it can support ES2.0?

Thank you!

Add possibility to make aggregations in geo tiles rest entry point

For instance :

POST my_index/my_type/_geo/3/0/3?field=field_geo
{
   "query": {
       "query_string": {
           "query": "val"
       }
   },
   "tile_aggregations": {
       "my_stat": { "stats" : { "field" : "grade" } }
   }
}

would add a new property in result :

[
{
         "shape": "POLYGON ((-1.12653 44.15184, -0.96221 44.04673, -0.20923 43.91247, 0.05859 43.89682, 0.087890625 43.976714672649706, 0.087890625 44.13209409401671, -0.19652 44.27059, -0.38946 44.20895, -0.63256 44.39983, -0.68644 44.25143, -1.05014 44.21437, -1.12653 44.15184))",
         "digest": "6430287013112296205",
         "type": "Polygon",
         "doc_count": 10
         "my_stat": {
             "avg": 12,
             "min": 1
             ...
          }
}
]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.