Some questions about Indexing for Search #324
Unanswered
LemonLiTree
asked this question in
Q&A
Replies: 2 comments 5 replies
-
You can't index on the encoded data directly, but S2ShapeIndex is designed so that the index and shapes are encoded separately. Here's some examples in EncodedS2ShapeIndex showing how you can add shapes to an index an then encode them and the index separately. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Is there any more documentation about Indexing for Search, I want to do a quick query based on a large amount of S2 region data |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use encode data in our system to store S2 data, for example:
In the document introduction, support Indexing for Search
http://s2geometry.io/devguide/cpp/quickstart
Can I build an index on such a data store? If so, is there a sample code that I can refer to, and if that doesn't work, how do I store the data so I can build an index.
Or is there more information about Indexing for Search reference
Beta Was this translation helpful? Give feedback.
All reactions