Replies: 1 comment
-
Hey @Daveismus we know tantivy, and think it's awesome 😀👍! We've already looked into using tantivy for indexing in SurrealDB! The only limitation at the moment is the ability to use pluggable storage engines (and therefore store the data in the key-value store in the way that we need it to be stored). We do have this on our roadmap, but it will probably be a little more complicated than using tantivy directly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In your documentation you state, that you want to use Apache Lucene for full text indexing.
I want to propose an alternative, it is called: tantivy
It is a relativly new full-text search engine written in rust. It uses the same algorithm for full-text search as apache lucene.
I just want to draw your attention to alternative full-text search engines
Beta Was this translation helpful? Give feedback.
All reactions