A standalone full-text search engine written in C#.
Go to file
Starbeamrainbowlabs 2a5a50458f
Add initial Query() method to SearchBox, but it's untested.
2018-09-18 19:49:03 +01:00
SearchBox Add initial Query() method to SearchBox, but it's untested. 2018-09-18 19:49:03 +01:00
SearchBox-CLI Parallelise the batch addition mode.\nThis required updating IdMap (and by extension BiDictionary) to support concurrency. 2018-09-11 23:02:30 +01:00
.gitignore Let's see if this goes anywhere. 2018-09-02 13:15:01 +01:00
LICENSE Initial commit 2018-09-02 20:40:30 +01:00
README.md Initial commit 2018-09-02 20:40:30 +01:00
SearchBox.sln Add indexing. 2018-09-02 16:36:37 +01:00

README.md

SearchBox

A standalone full-text search engine written in C#.