SearchBox/SearchBox
Starbeamrainbowlabs b41f7f524a
Add support for --limit & --offset, and fix crash when querying
2018-09-22 14:25:10 +01:00
..
EmbeddedFiles Add indexing. 2018-09-02 16:36:37 +01:00
Properties Let's see if this goes anywhere. 2018-09-02 13:15:01 +01:00
Utilities Parallelise the batch addition mode.\nThis required updating IdMap (and by extension BiDictionary) to support concurrency. 2018-09-11 23:02:30 +01:00
DocumentMeta.cs Add initial Query() method to SearchBox, but it's untested. 2018-09-18 19:49:03 +01:00
IdMap.cs Parallelise the batch addition mode.\nThis required updating IdMap (and by extension BiDictionary) to support concurrency. 2018-09-11 23:02:30 +01:00
Index.cs Hook up empty SearchBox class 2018-09-11 14:27:25 +01:00
InvertedIndex.cs Add initial Query() method to SearchBox, but it's untested. 2018-09-18 19:49:03 +01:00
QuerySettings.cs Add initial Query() method to SearchBox, but it's untested. 2018-09-18 19:49:03 +01:00
SearchBox.cs Add support for --limit & --offset, and fix crash when querying 2018-09-22 14:25:10 +01:00
SearchBox.csproj Add initial Query() method to SearchBox, but it's untested. 2018-09-18 19:49:03 +01:00
SearchResult.cs Correct text output & sort results by rank 2018-09-22 12:58:14 +01:00
StopwordTester.cs Hook up empty SearchBox class 2018-09-11 14:27:25 +01:00
Tokenizer.cs Hook up empty SearchBox class 2018-09-11 14:27:25 +01:00
packages.config Add indexing. 2018-09-02 16:36:37 +01:00