https://github.com/nixiesearch/nixiesearch
A Lucene-based search engine on top of S3 block storage.
Index schema is immutable (but supports migrations), so you cannot just screw up your index.
Separate indexer/searcher tiers, so heavy indexing load does not affect search latency.
And embedding/reranker local inference, so you can run the whole AI search within a single docker container.
replies(1):