golang / geo

S2 geometry library in Go
Apache License 2.0
1.69k stars 182 forks source link

`S2RegionTermIndexer::GetQueryTerms` equivalent in Golang #70

Open rikkyGrab opened 4 years ago

rikkyGrab commented 4 years ago

I have been working on a project that requires me to use S2regionTermIndexer to create a collection of "index terms", and "inverted index" using that. Since this library is not implemented in golang yet, I would really appreciate it if this task is being prioritized. It would be of great help if someone else has implemented the S2regionTermIndexer on their own and wish to share it. Thank you!!

sreekanth-cb commented 3 years ago

@rsned, really appreciate this porting initiative.

Can you please help me with the latest information here regarding this repo?

Is there any active work going on with the pending items listed on the home page here?

Any hints on what minimum functionalities/files need to be ported from the C++ implementation for supporting this RegionTermIndexer functionality?

Thanks!

sreekanth-cb commented 2 years ago

I have ported the region term indexer functionality in this fork - https://github.com/blevesearch/geo