summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2026-07-28forgor :skull:alex7-52/+127
2026-07-28refactored entire code base to be in the package core so i can later ↵alex16-41/+125
implement interfaces to interact with the engine
2026-07-28gitignorealex6-47/+0
2026-07-28gitignorealex1-0/+1
2026-07-28added TitlePositions and BodyPositions to the posting struct to prepare for ↵alex3-13/+21
proximity scoring
2026-07-28added field score calcualtions giving the title a higher weightalex3-11/+40
2026-07-28begin work on better searching algorithms, created logic for tf-idfalex1-0/+17
2026-07-28added scoring for results but the algorithm will have to be improvedalex2-21/+35
2026-07-28added Posting type to the reverse index struct which will be later used for ↵alex3-14/+28
scoring results
2026-07-27init commit, basic tokenizing and indexing logic without any ranking of ↵alex11-0/+267
results on a simple wikipedia dump