|
3b59dd7c0a
|
Add stdin support to --query parameter
|
2018-09-27 20:56:55 +01:00 |
|
|
e006e06685
|
Refactor help text to a separate file
|
2018-09-26 20:50:16 +01:00 |
|
|
02e6b2ef8e
|
Update namespacing of stopwords file
|
2018-09-26 20:03:22 +01:00 |
|
|
64025561e3
|
Fix crash in search context generator
|
2018-09-25 20:30:39 +01:00 |
|
|
feaa5fc2de
|
Fill in html tag generation
|
2018-09-25 20:25:05 +01:00 |
|
|
3d4ca5fd4c
|
There has to be a simpler way of implementing the HTML tag insertion. Let's try this again....
|
2018-09-22 18:48:33 +01:00 |
|
|
2aba3a9d86
|
Bugfix textual context generation
|
2018-09-22 17:12:46 +01:00 |
|
|
b41f7f524a
|
Add support for --limit & --offset, and fix crash when querying
|
2018-09-22 14:25:10 +01:00 |
|
|
53e4403356
|
Correct text output & sort results by rank
|
2018-09-22 12:58:14 +01:00 |
|
|
c450051218
|
Add --format param
|
2018-09-22 12:42:24 +01:00 |
|
|
b24f573eb9
|
Finish up basic CLI. Next up: testing!
|
2018-09-22 12:11:47 +01:00 |
|
|
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 |
|
|
2a5a50458f
|
Add initial Query() method to SearchBox, but it's untested.
|
2018-09-18 19:49:03 +01:00 |
|
|
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 |
|
|
c663882726
|
Bugfix batch addition mode
|
2018-09-11 22:04:41 +01:00 |
|
|
03c2629a35
|
Add batch mode, but it's untested.
|
2018-09-11 19:12:56 +01:00 |
|
|
7bef5d9b17
|
Get removing & metaTable removing working
|
2018-09-11 16:01:32 +01:00 |
|
|
ddd94b3641
|
Get adding to a search index working
|
2018-09-11 14:47:24 +01:00 |
|
|
959aa219ce
|
Hook up empty SearchBox class
|
2018-09-11 14:27:25 +01:00 |
|
|
39d1d6f90d
|
Start on the inverted index CLI operating modes
|
2018-09-10 00:12:00 +01:00 |
|
|
b55fdeae34
|
Work on the CLI. More to go, but it's taking shape nicely!
|
2018-09-09 21:02:40 +01:00 |
|
|
ac90b9b983
|
Merge branch 'master' of git.starbeamrainbowlabs.com:sbrl/SearchBox
|
2018-09-02 20:40:53 +01:00 |
|
|
35af63a1b7
|
Initial commit
|
2018-09-02 20:40:30 +01:00 |
|
|
26dd4c86d6
|
Fix teh build
|
2018-09-02 18:46:28 +01:00 |
|
|
8cd7156023
|
Add initial inverted index implementation. It's untested though.
|
2018-09-02 18:15:24 +01:00 |
|
|
c46a789c28
|
Add Id mapping system & start on implementing an inverted index
|
2018-09-02 17:45:13 +01:00 |
|
|
e8069c93ff
|
Add indexing.
|
2018-09-02 16:36:37 +01:00 |
|
|
0ef3b5958d
|
Let's see if this goes anywhere.
|
2018-09-02 13:15:01 +01:00 |
|