All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Blaze: High-Performance Full-Text Search Engine in Go

By

novocayn

7mo ago· 40 min readenCode

Summary

Blaze is a high-performance full-text search engine written in Go that provides fast text search capabilities through inverted indexing. It features boolean queries, phrase search, proximity queries, and BM25 ranking, powered by roaring bitmaps and skip lists. The engine is designed for applications needing efficient text document search without external dependencies, offering a flexible query engine and comprehensive search functionality.

Key quotes

· 4 pulled
A high-performance full-text search engine in Go with inverted indexing, boolean queries, phrase search, proximity queries, and BM25 ranking
Blaze is a Go engine that provides fast, full-text search capabilities through an inverted index implementation
It's designed for applications that need to search through text documents efficiently without relying on external search engines
Powered by a flexible query engine, roaring bitmaps, and skip lists
Snippet from the RSS feed
High-performance Full Text Search Engine written in Go - wizenheimer/blaze

You might also wanna read