This website requires JavaScript.
Explore
Help
Sign In
alexohneander
/
gosearch
Watch
1
Star
0
Fork
0
You've already forked gosearch
Code
Issues
3
Pull Requests
1
Actions
Packages
Projects
1
Releases
2
Wiki
Activity
50
Commits
2
Branches
2
Tags
Commit Graph
6 Commits
Author
SHA1
Message
Date
Alex Wellnitz
cf95ee2acb
fix: Updated AddDocToIndex function to ignore additional special characters in scanner.Text()
Some checks failed
Go / build (push)
Successful in -11s
Details
renovate / renovate (push)
Successful in 19s
Details
SonarQube Scan / SonarQube Trigger (push)
Failing after -17s
Details
2025-03-26 08:14:11 +01:00
Alex Wellnitz
75ba450d9b
feat(index): add save and load functionality for Index using gob encoding/decoding
2025-03-26 00:10:28 +01:00
Alex Wellnitz
b81990e243
refactor: index and removed old functions
2025-03-25 21:38:46 +01:00
Alex Wellnitz
69b050fbd6
feat: Update search.go to include debug logging for relevance scores
2025-03-25 21:34:44 +01:00
Alex Wellnitz
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
Alex Wellnitz
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