Welcome to ZoneTree.FullTextSearch Discussions! #1
Replies: 4 comments 1 reply
-
|
Inverted index seems to be a key technology in search engines. If possible, you can use RoaringBitmap. Regarding the application of this algorithm, the existing search engines are: However, the .net ecosystem currently lacks high-quality implementations of this algorithm. And I don't have the resources (time) to implement this algorithm in my spare time, mainly because there are too many things to do and I am simply too busy (Mainly due to livelihood (work)). I've proposed this in an open source repository TheAlgorithms/C-Sharp ,but I don't think they have any plans to implement it short time soon. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for sharing this.
ZoneTree inserts approximately 93 times more words in almost the same time, making it 96.3 times faster or 9530% more efficient. |
Beta Was this translation helpful? Give feedback.
-
|
I mentioned hOOt not because of how good its implementation is, but mainly to introduce RoaringBitmap. If it is a search engine, the current mainstream search engines are ES(java) based on lucene. meilisearch(rust), redisearch(c on redis), etc. |
Beta Was this translation helpful? Give feedback.
-
|
pure HHD, 67612 records,my creating index takes about 50 mins. How concurrency is supported by this search engine. Whether fuzzy queries are supported. Whether custom tokenizers are supported. Is it possible to support distributed in the future. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
Beta Was this translation helpful? Give feedback.
All reactions