|
3d1e7527d2
|
feat: add debug outputs for index writing and reading
|
2024-12-16 17:32:25 +01:00 |
|
|
19c471249e
|
fix: typo
|
2024-12-16 17:05:18 +01:00 |
|
|
21a1f4abc1
|
docs: finish todo: writing index to disk
|
2024-12-16 17:03:46 +01:00 |
|
|
95299d10b7
|
feat: write index to disk
|
2024-12-16 17:02:31 +01:00 |
|
|
1966acf92d
|
fix: linting issues
|
2024-12-16 14:48:10 +01:00 |
|
|
8b2d1b9dbd
|
feat: upgrade dependencies
|
2024-12-16 14:42:23 +01:00 |
|
|
93009ed7f8
|
Merge pull request #3 from alexohneander/dependabot/cargo/h2-0.3.26
build(deps): bump h2 from 0.3.24 to 0.3.26
|
2024-04-06 00:47:46 +02:00 |
|
dependabot[bot]
|
fef1af5e3f
|
build(deps): bump h2 from 0.3.24 to 0.3.26
Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.24...v0.3.26)
---
updated-dependencies:
- dependency-name: h2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-05 16:20:40 +00:00 |
|
|
8626c7b140
|
Merge pull request #2 from alexohneander/dependabot/cargo/mio-0.8.11
build(deps): bump mio from 0.8.10 to 0.8.11
|
2024-03-06 23:22:19 +01:00 |
|
dependabot[bot]
|
6e80d772fd
|
build(deps): bump mio from 0.8.10 to 0.8.11
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.10...v0.8.11)
---
updated-dependencies:
- dependency-name: mio
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-04 21:34:33 +00:00 |
|
Alex Wellnitz
|
bfa64ebeee
|
feat: read command line arguments
|
2024-02-19 12:51:41 +01:00 |
|
|
fc772f4b6a
|
feat: add config loader to parse json configs
|
2024-02-18 18:40:11 +01:00 |
|
Alex Wellnitz
|
41824bd04b
|
feat: add command line arguments
|
2024-02-16 20:55:26 +01:00 |
|
|
45c1aa471a
|
feat: add simple_on_shutdown crate and update dependencies
|
2024-02-14 08:18:15 +01:00 |
|
|
42050c3315
|
feat: add .vscode/launch.json to .gitignore
|
2024-02-13 18:01:52 +01:00 |
|
|
ff2d63daa1
|
docs: add note about project not intended for production use
|
2024-02-13 18:00:57 +01:00 |
|
|
f57c661409
|
ci: update coverage workflow to use actions-rs/grcov@v0.1.5
|
2024-02-13 09:01:51 +01:00 |
|
|
a75a278088
|
refactor: search engine and add debug index test
|
2024-02-13 08:53:18 +01:00 |
|
|
d510178127
|
refactor: make update_url_scores and normalize_string functions private
|
2024-02-13 08:36:32 +01:00 |
|
|
c0cbb11b3e
|
docs: update README.md with project details
|
2024-02-13 00:50:19 +01:00 |
|
|
e77a461c30
|
docs: add SearchEngine struct and methods
|
2024-02-13 00:30:26 +01:00 |
|
|
242f7138f2
|
feat: refactor code and add new search functionality
|
2024-02-12 23:53:05 +01:00 |
|
|
2acbdb9f37
|
feat: add tests for hello and search handlers
|
2024-02-12 23:48:30 +01:00 |
|
|
efe717a9f7
|
feat: add serde Serialize trait to structs in search.rs
|
2024-02-12 23:48:15 +01:00 |
|
|
ff07d37542
|
feat: update search engine parameters
|
2024-02-12 23:26:56 +01:00 |
|
|
ecdad1b553
|
feat: add debug index function to api
|
2024-02-12 23:15:44 +01:00 |
|
|
655b2df151
|
feat: add search api route
|
2024-02-12 22:55:24 +01:00 |
|
|
87c5f3b000
|
fix: remove unused tests
|
2024-02-12 21:45:41 +01:00 |
|
|
c502f1da49
|
feat: add api functions and actix webserver
|
2024-02-12 21:45:27 +01:00 |
|
|
af7140790c
|
feat: update packages
|
2024-02-12 21:44:28 +01:00 |
|
|
0e3c5332df
|
feat: update packages
|
2024-02-11 21:50:10 +01:00 |
|
|
eba64e2659
|
Create dependabot.yml
|
2024-02-11 20:18:18 +01:00 |
|
|
bccb7cfeaf
|
fix: remove unused route
|
2024-02-11 20:17:49 +01:00 |
|
|
5c58d7d870
|
feat: add search document indexing handler
|
2024-02-11 17:52:46 +01:00 |
|
|
ffeaa97feb
|
feat: add search module and bulk indexing functionality
|
2024-02-11 17:22:11 +01:00 |
|
|
1891687db2
|
feat: Add search test case for Rust keyword
|
2024-02-11 17:12:45 +01:00 |
|
|
5b7f3d802d
|
feat: add unit tests for handler_hello and search_engine
|
2024-02-11 17:10:02 +01:00 |
|
|
c4f50af39a
|
feat: add handler module and update main.rs
|
2024-02-11 17:03:32 +01:00 |
|
|
77b684ac42
|
Merge pull request #1 from alexohneander/refactor
refactor: add search engine module and update main.rs
|
2024-02-11 16:53:39 +01:00 |
|
Alex Wellnitz
|
43bfb82a62
|
refactor: add search engine module and update main.rs
|
2024-02-11 16:52:39 +01:00 |
|
|
f070b45fac
|
feat: Add Update and Save Segment functions
|
2023-10-26 19:20:59 +02:00 |
|
|
718e57355b
|
feat: Add make Record function
|
2023-10-26 10:54:11 +02:00 |
|
|
5ef01eb1da
|
fix: Format test
|
2023-10-26 10:41:05 +02:00 |
|
|
98187a1b27
|
feat: Add Tokenizer tests
|
2023-10-26 10:40:31 +02:00 |
|
|
1db2c66891
|
docs: Add codecov Badge
|
2023-10-26 09:38:21 +02:00 |
|
|
317c240ce2
|
fix: coverage trigger
|
2023-10-26 09:36:03 +02:00 |
|
|
f1769b6e79
|
feat: Update Pipelines
|
2023-10-26 09:35:25 +02:00 |
|
|
db71a20ecc
|
feat: Add codecov configuration
|
2023-10-26 09:30:36 +02:00 |
|
|
8a974f6b2c
|
feat: add codecov to pipeline
|
2023-10-25 23:11:12 +02:00 |
|
|
fe3d2b7d29
|
fix: Add test for coverage
|
2023-10-25 22:59:15 +02:00 |
|