google / s2-geometry-library-java

Automatically exported from code.google.com/p/s2-geometry-library-java
Apache License 2.0
533 stars 230 forks source link

Java port for S2RegionTermIndexer (c++) #32

Closed nomad10101 closed 1 year ago

nomad10101 commented 2 years ago

I am trying to port a c++ application to Java that uses S2RegionTermIndexer class in s2-geometry c++ library. I do not see a corresponding Java implementation for this class in this repo.

In short, I am specifically trying to address the use-case addressed in section titled "Indexing for Search " & "Querying for Search" in s2-geometry quickstart here: https://s2geometry.io/devguide/cpp/quickstart.

My questions are:

Any feedback is appreciated.

alleyZ commented 2 years ago

+1

dmitryzv commented 1 year ago

+1

igorgatis commented 1 year ago

It's been added recently https://github.com/google/s2-geometry-library-java/blob/master/library/src/com/google/common/geometry/S2IndexingHelperImpl.java