Skip to content

s1na/fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fetch

A simple search engine in Go, for now only creates the inverted index. Highly under change.

Install

Grab the source either by cloning, or downloading it. go to the directory and

go get

Put a corpus file in data/ dir and create the index by executing:

go run fetch.go -corpus data/file_name

About

A simple search engine in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages