letarette

Letarette - a modular full-text search system

APACHE-2.0 License

Stars
12
Committers
1

Bot releases are visible (Hide)

letarette - v0.2.2 Latest Release

Published by github-actions[bot] over 2 years ago

Fixed

  • Removed / replaced unnecessary dependencies
  • Updated dependencies
  • Fixed spin-wait bug in document update loop
letarette - v0.2.1

Published by github-actions[bot] over 2 years ago

  • Bumped vulnerable dependencies
letarette - v0.2.0

Published by github-actions[bot] about 3 years ago

Fixed

  • Improved sync performance
  • Improved cache performance
  • Improved error handling
  • A bunch of bugs
  • Replaced Makefile builds with bygg build system to simplify multi-platform builds

Added

  • Indexed documents are optionally zlib-compressed on disk. The index itself is not compressed.
  • Preliminary Windows support. Builds and runs! Needs more testing.
  • Static build support
  • Cloning
    • Index shard worker startup time is greatly reduced by automatically cloning existing shards. If no healthy workers are available for cloning, regular sync will be used.
    • This also simplifies changes in shard configurations.
  • Bulk load
    • Index shards can be initialized from (optionally gzipped) JSON - files using the lrcli tool
  • In-stemmer stop word handling
    • Automatically rejects the most common words in the index.
  • Snippet-less, slightly faster, search strategy
  • Basic query time synonym handling
    • Synonym lists can be loaded and dumped using lrcli
  • Metrics + monitoring
    • New lrmon tool provides a web interface for monitoring
      clusters, plotting metrics and trying out searches.
  • And probably something more!
letarette - v0.1.1

Published by github-actions[bot] almost 5 years ago

Fixed

  • Version stamping
  • Docker build

Added

  • Version logging on startup
  • Basic Docker Compose setup
letarette - v0.1.0

Published by github-actions[bot] almost 5 years ago

First public release

  • Starting off the new decade with making Letarette public