Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 334 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 334 Bytes

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