Skip to content

aaronbloom/inverted-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inverted-index

Go implementation of an inverted index, with basic file indexing and a command line search.

Protobuf

Instructions on installing protobuf for use with Go: "compiling-your-protocol-buffers"

To generate required go structs from protobuf use protoc --go_out=. ./recordkeeper/spec.proto

About

Go implementation of an inverted index

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages