A full text, in-memory, search engine
Stars
5
Forks
0
Watchers
5
Open Issues
14
Overall repository health assessment
No package.json found
This might not be a Node.js project
23
commits
Fix for frequencies and positions not accumulating on the doc col.
fbc4113View on GitHubAdded additional relevence bonus for docs that match on multiple terms
549bd77View on GitHubAdds basic relevency sorting. Based on term frequency across all fields.
eca34edView on GitHubinverse index tokens now contain frequecy and position data. We are not doing anytihng with these yet. Everything functioning normally with it in there. Some memory increase asa result.
63ce6ddView on GitHubMerge branch 'master' of https://github.com/tyleregeto/memsearch
a673b11View on GitHubFix to prevent documents being index multiple time per-term. This would occur if the same token existed in multiple fields.
7a34c6cView on GitHubAdded test cases and tweaks to HTML stripping to be a little more careful, no longer assumes every `<` is an openning tag.
7a778e9View on GitHubMerge branch 'master' of https://github.com/tyleregeto/memsearch
09f0cf6View on GitHub