12 Commits

Author SHA1 Message Date
b81990e243 refactor: index and removed old functions 2025-03-25 21:38:46 +01:00
69b050fbd6 feat: Update search.go to include debug logging for relevance scores 2025-03-25 21:34:44 +01:00
9b786a866a refactor: search controller to convert query to lowercase 2025-03-25 21:18:07 +01:00
ed201de318 feat: Update Fiber version to v2 and update internal controller and search logic to use new index module 2025-03-25 21:09:01 +01:00
8746f789c4 feat: Added search functionality with TF-IDF scoring and inverted index data structure for efficient document retrieval. 2025-03-25 17:04:40 +01:00
4c5a57d109 chore: Update dependencies to latest versions (go.mod, go.sum) 2025-03-25 11:48:20 +01:00
a2b1abf52c feat: update fiber version from 2 to 3 and add health checks 2025-03-25 11:47:47 +01:00
d7a6391a08 feat: Added new search route and metric endpoint to internal controller 2025-03-25 09:58:49 +01:00
272f5cabcf feat: Update internal HTTP server to use Fiber v2 with new routes and middleware configuration 2025-03-25 09:51:54 +01:00
d51ced2c6a docs: Added high-level architecture diagram for Elasticsearch SearchEngine in Go, including components and interactions 2025-03-25 09:27:54 +01:00
c2074b1677 feat: Added documentation for gosearch system architecture and updated Go module version to 1.23.5 2025-03-25 09:20:56 +01:00
f3d9023434 Initial commit 2025-03-25 08:16:35 +00:00