Skip to content

Anv3sh/GO-FTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Full-Text Search engine in Go

We are going to search a part of the abstract of English Wikipedia. The latest dump is available at dumps.wikimedia.org. As of today, the file size after decompression is 913 MB. The XML file contains over 600K documents.

Steps to run:

$ go build -o GO-FTS.exe
$ ./GO-FTS.exe

About

A Go based Full-Text Search engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages