Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

My Go Full Text Index

After a couple of hours reading, learning and coding Go, I've came up with this project with some simple lines of code to implement a full text search engine.

The code might not be as good as it could be but it's just a didatic project to learn the basics of Go.

The indexer binary is complied to OSX amd64, and to run you just need to pass as parameters the text files you want to be indexed

e.g.: $ indexer fileA.txt fileB.txt fileC.txt

@author Felipe Ribeiro felipernb@gmail.com

About

Full Text Search in GO! A toy project to learn the basics of the Go Programming Language

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages