Hacker News
- Let's build a full-text search engine https://artem.krylysov.com/blog/2020/07/28/lets-build-a-full-text-search-engine/ 72 comments
- Full-Text Search in Django with PostgreSQL http://www.paulox.net/2017/12/22/full-text-search-in-django-with-postgresql/ 96 comments
- Show HN: dn – full-text search and archiving for your Chromium-based browser https://github.com/dosyago/dn 10 comments
- Postgres full-text search is good enough http://blog.lostpropertyhq.com/postgres-full-text-search-is-good-enough/ 57 comments
- IndexTank full-text search now available as a Heroku add-on http://blog.indextank.com/40/heroku-plug-in-now-available/ 5 comments
- Show HN: I built a full-text search for your browsing history https://chromewebstore.google.com/detail/browspilot/apghkhaaideikcakpngbbagpjihidpng 29 comments
- Show HN: Full-Text Search the Browser History Using SQLite and WASM https://github.com/iansinnott/full-text-tabs-forever 5 comments
- Lyra: Fast, in-memory, typo-tolerant, full-text search engine in TypeScript https://github.com/nearform/lyra 46 comments
Lobsters
- How we implemented serverless full-text search in Rust https://grafbase.com/blog/serverless-search-in-rust 11 comments rust
- Full-text search with the Burrows-Wheeler transform http://www.ddj.com/architect/184405504 6 comments programming
- Full-Text Search on SQLite http://blog.michaeltrier.com/2008/7/13/full-text-search-on-sqlite 4 comments programming
- Basic and Full-text Search with Django and Postgres https://testdriven.io/blog/django-search/ 2 comments django
- Fast full-text search with Django and Postgres https://hodovi.ch/blog/optimizing-postgres-full-text-search-django/ 10 comments django
- Let's build a Full-Text Search engine https://artem.krylysov.com/blog/2020/07/28/lets-build-a-full-text-search-engine/ 49 comments programming
- Fast Full-text Search with Ecto and PostgreSQL http://nathanmlong.com/2018/01/fast-fulltext-search-with-ecto-and-postgresql/ 6 comments programming
- Full-Text Search in Django with PostgreSQL http://www.paulox.net/2017/12/22/full-text-search-in-django-with-postgresql/ 6 comments django
- Don’t Waste Your Time With MySQL Full-Text Search https://medium.com/@ngrilly/dont-waste-your-time-with-mysql-full-text-search-61f644a54dfa 10 comments programming
- Postgres Full-Text Search With Django http://blog.lotech.org/postgres-full-text-search-with-django.html 3 comments django
- Is AI the future of search? Full-text vs vector search https://blog.meilisearch.com/full-text-search-vs-vector-search/ 2 comments learnmachinelearning
- Postgres Full-Text Search: A Search Engine in a Database https://blog.crunchydata.com/blog/postgres-full-text-search-a-search-engine-in-a-database 2 comments postgresql
- A Tiny, Static, Full-Text Search Engine using Rust and WebAssembly https://endler.dev/2019/tinysearch/ 15 comments rust
- Setting up Django and Sphinx Full-text Search (django-sphinx) http://www.davidcramer.net/code/django/433/setting-up-django-and-sphinx-full-text-search-django-sphinx.html 3 comments django
- Lite full-text search + vector DB from *scratch https://github.com/farouqzaib/fast-search 4 comments golang
- A complete guide to full-text search with Laravel https://blog.meilisearch.com/laravel-full-text-search/ 10 comments laravel
- Quickwit 0.2 brings full-text search to ClickHouse and Kafka! https://quickwit.io/blog/quickwit-0.2/ 2 comments rust
- Postgres full-text search is Good Enough http://blog.lostpropertyhq.com/postgres-full-text-search-is-good-enough/ 34 comments programming
- Implementing Full-Text search in Laravel 4 http://creative-punch.net/implementing-laravel-4-full-text-search/ 3 comments laravel
- Full-text search in rails with pg_search http://chodounsky.net/2015/05/06/full-text-search-in-rails-with-pg-search/ 5 comments ruby
- Getting Started with Django and PostgreSQL Full-Text Search http://dlo.me/archives/2014/09/01/postgresql-fts/ 6 comments django
- Announcing mimir: brand new NoSQL database with typo-tolerant full-text search! https://pub.dev/packages/mimir 15 comments flutterdev
- MeiliSearch: A Minimalist Full-Text Search Engine (in Rust) https://tech.marksblogg.com/meilisearch-full-text-search.html 12 comments rust
- Poor man's full-text search with django and postgres http://voorloopnul.com/blog/full-text-search-with-django-and-postgres/ 7 comments django
- Microsoft NoSQL database and full-text search service previews available on Azure http://www.zdnet.com/microsoft-nosql-database-and-full-text-search-service-previews-available-on-azure-7000032836/#ftag=RSS0966a21 4 comments microsoft
- irchiver 0 full-resolution personal web archive automatic screenshots of everything you saw on the web, and full-text search for your browsing history https://irchiver.com/ 2 comments internetisbeautiful
- You don't always need Elastic/SOLR/Lucene. PostgreSQL full-text search might be Good Enough! http://rachbelaid.com/postgres-full-text-search-is-good-enough/ 7 comments programming
- Elasticlunr - a small, full-text search library for use in the Elixir environment. It indexes JSON documents and provides a friendly search interface to retrieve documents. https://github.com/heywhy/ex_elasticlunr 3 comments elixir
- Firefox 71 developer tools: Websocket monitor, Network full-text search, Console multi-line editor mode https://hacks.mozilla.org/2019/12/firefox-71-a-winter-arrival/ 30 comments webdev
- Python library for advanced Google News data mining: get news data by topics, geolocation, full-text search. Plus, clusters of similar topics https://github.com/kotartemiy/pygooglenews 9 comments datascience
- Sphinx - A high-performance open source full-text search system used by Craigslist and The Pirate Bay http://www.theregister.co.uk/2009/05/08/dziuba_sphinx/ 43 comments programming
- Lunr.js - a small, full-text search library for use in the browser. It indexes JSON documents and provides a simple search interface for retrieving documents that best match text queries https://lunrjs.com/docs/index.html 4 comments javascript