Skip to content

tyleregeto/memsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview:

A full text, in-memory, search engine.

Cons

  • not distributed
  • not good for really large data sets
  • tokenization optimized for English only

Pros

  • easy to deploy (standalone server with HTTP API)
  • easy to embed (in Go apps)
  • low memory footprint
  • no dependencies. zero.
  • works well for small to medium sized data sets
  • support for instant search style quries

Example HTTP query: example.com/?collection=mycollection&count=10&fields=title|description&query=dogs

Demo on: http://tyleregeto.com

About

A full text, in-memory, search engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages