Open rikkyGrab opened 4 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!
I have ported the region term indexer functionality in this fork - https://github.com/blevesearch/geo
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 theS2regionTermIndexer
on their own and wish to share it. Thank you!!