44 Commits

Author SHA1 Message Date
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
413ec2a160 feat: Add parse record function 2023-10-25 22:31:50 +02:00
1589fdb6b1 feat: Add hash term function 2023-10-25 22:20:43 +02:00
ad2af90692 fix: threaded testing 2023-10-25 14:57:24 +02:00
3321fea4d0 feat: Add make N-grams function 2023-10-25 11:07:45 +02:00
c3d4eccae6 docs: Update README 2023-10-25 00:04:24 +02:00
47665a5521 fix: Build Pipeline 2023-10-25 00:00:44 +02:00
282a07dbec fix: Adjust tests 2023-10-24 23:59:35 +02:00
d0d839ea0e fix: testing 2023-10-24 23:59:15 +02:00
fd0439aa44 fix: Wrap Write and Read functions with results 2023-10-24 23:54:58 +02:00
c68cdb3b60
feat: Add Build pipeline 2023-10-24 23:28:22 +02:00
bcc8fb3461 feat: Add Tokenizer, split Text into Vec<String> 2023-10-24 23:17:09 +02:00
383e9aa093 feat: Add Stats functions 2023-10-24 22:51:38 +02:00
c55b0221ad Initial Commit 2023-10-24 20:15:03 +02:00