summaryrefslogtreecommitdiff
path: root/search
AgeCommit message (Collapse)AuthorFilesLines
2026-07-28refactored entire code base to be in the package core so i can later ↵alex1-72/+0
implement interfaces to interact with the engine
2026-07-28added TitlePositions and BodyPositions to the posting struct to prepare for ↵alex1-2/+2
proximity scoring
2026-07-28added scoring for results but the algorithm will have to be improvedalex1-20/+34
2026-07-28added Posting type to the reverse index struct which will be later used for ↵alex1-5/+5
scoring results
2026-07-27init commit, basic tokenizing and indexing logic without any ranking of ↵alex1-0/+58
results on a simple wikipedia dump