Hanzo Search: Full-Text Search That Just Works
Introducing Hanzo Search — full-text search with typo tolerance, faceting, and sub-millisecond query times.
Search is the feature every application needs and every team dreads building. Elasticsearch is powerful and operationally brutal. Algolia is managed but expensive. Most teams end up with LIKE '%query%' in PostgreSQL and call it done.
Today we are launching Hanzo Search: full-text search that is fast to set up, fast to query, and affordable to run.
Features
Instant Results
Sub-millisecond query times on datasets up to 100M documents. No caching tricks — raw query performance.
Typo Tolerance
Users misspell things. Search should handle it:
- Automatic typo detection and correction
- Configurable tolerance per field
- Phonetic matching for names
Faceted Search
Filter and aggregate results by any field:
- Category facets with counts
- Range facets (price, date)
- Multi-select filtering
- Dynamic facet computation
Relevance Tuning
Control what matters:
- Field weighting (title matches rank higher than body)
- Custom ranking rules
- Geo-based sorting
- Business rules (boost promoted items)
Real-Time Indexing
Documents are searchable within milliseconds of ingestion. No index rebuild delays. No eventual consistency surprises.
Integration
import { HanzoSearch } from '@hanzo/search'
const search = new HanzoSearch({ apiKey: 'your-key' })
// Index a document
await search.index('products', {
id: '123',
title: 'Wireless Headphones',
description: 'Noise-canceling bluetooth headphones',
price: 299,
category: 'electronics'
})
// Search with facets
const results = await search.query('products', 'wireless headphones', {
facets: ['category'],
filter: 'price < 500'
})
Pricing
- Free: 10K documents, 50K searches/month
- Standard: $29/month — 1M documents, unlimited searches
- Pro: $99/month — 10M documents, advanced analytics
- Enterprise: Custom
Hanzo AI is Techstars '17.
Read more
Zen Reranker: Neural Reranking at 30x Compression
Zen Reranker delivers 7680-dimensional neural reranking with a 31.87x BitDelta compression ratio, designed for RAG pipelines and integrated with Hanzo and Zoo decentralized search networks.
Hanzo Edge: High-Performance API Gateway
Introducing Hanzo Edge — a high-performance API gateway with sub-millisecond routing, rate limiting, and authentication at the edge.
Hanzo Observability: Metrics, Logs, and Traces in One Platform
Launching the Hanzo Observability stack — unified metrics, logs, and distributed tracing with OpenTelemetry-native ingestion.