Skip to content

[WIP] A lightweight index for full text search tools using bloom filter.

Notifications You must be signed in to change notification settings

boyter/sifter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sifter

[WIP] A lightweight index for full text search tools using bloom filter.

Usage

Build index (Currently, it's too slow)

$ sifter -m 1000 -k 3 build

Find candidates using index

$ sifter -m 1000 -k 3 find PATTERN

Try full text search using your favorite tool with sifter

pt PATTERN `sifter -m 1000 -k 3 find PATTERN`

About

[WIP] A lightweight index for full text search tools using bloom filter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%