Commit Graph

17 Commits

Author SHA1 Message Date
Starbeamrainbowlabs 2c2575998a
Work on hooking the new query system up to the CLI.
Also add a new SearchOffset struct so that SearchResult can contain offset information for context generation.
2018-09-21 23:36:03 +01:00
Starbeamrainbowlabs 2a5a50458f
Add initial Query() method to SearchBox, but it's untested. 2018-09-18 19:49:03 +01:00
Starbeamrainbowlabs 0dd0de0b52
Parallelise the batch addition mode.\nThis required updating IdMap (and by extension BiDictionary) to support concurrency. 2018-09-11 23:02:30 +01:00
Starbeamrainbowlabs c663882726
Bugfix batch addition mode 2018-09-11 22:04:41 +01:00
Starbeamrainbowlabs 03c2629a35
Add batch mode, but it's untested. 2018-09-11 19:12:56 +01:00
Starbeamrainbowlabs 7bef5d9b17
Get removing & metaTable removing working 2018-09-11 16:01:32 +01:00
Starbeamrainbowlabs ddd94b3641
Get adding to a search index working 2018-09-11 14:47:24 +01:00
Starbeamrainbowlabs 959aa219ce
Hook up empty SearchBox class 2018-09-11 14:27:25 +01:00
Starbeamrainbowlabs 39d1d6f90d
Start on the inverted index CLI operating modes 2018-09-10 00:12:00 +01:00
Starbeamrainbowlabs b55fdeae34
Work on the CLI. More to go, but it's taking shape nicely! 2018-09-09 21:02:40 +01:00
Starbeamrainbowlabs ac90b9b983
Merge branch 'master' of git.starbeamrainbowlabs.com:sbrl/SearchBox 2018-09-02 20:40:53 +01:00
Starbeamrainbowlabs 35af63a1b7 Initial commit 2018-09-02 20:40:30 +01:00
Starbeamrainbowlabs 26dd4c86d6
Fix teh build 2018-09-02 18:46:28 +01:00
Starbeamrainbowlabs 8cd7156023
Add initial inverted index implementation. It's untested though. 2018-09-02 18:15:24 +01:00
Starbeamrainbowlabs c46a789c28
Add Id mapping system & start on implementing an inverted index 2018-09-02 17:45:13 +01:00
Starbeamrainbowlabs e8069c93ff
Add indexing. 2018-09-02 16:36:37 +01:00
Starbeamrainbowlabs 0ef3b5958d
Let's see if this goes anywhere. 2018-09-02 13:15:01 +01:00