Ask HN: Books about full text search

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • nimsearch

    A nascent tutorial/intro to search engine ideas in Nim

  • It's all in the Nim programming language, but if you prefer reading code or running diffs then you might get a vague sense of (some) low level nuts & bolts from: https://github.com/c-blake/nimsearch

    series of tutorials and comparisons that aim to teach a foundations about vector search: https://vectorsearch.dev/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • rum

    RUM access method - inverted index with additional information in posting lists (by postgrespro)

  • for postgres, i highly recommend the rum index over the core fts. rum is written by postgrespro, who also wrote core fts and json indexing in pg.

        https://github.com/postgrespro/rum

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Postgres Full-Text Search: A Search Engine in a Database

    3 projects | news.ycombinator.com | 11 Jul 2022
  • Postgrespro/rum: RUM access method – inverted index with additional information

    1 project | news.ycombinator.com | 17 Dec 2021
  • Debugging random slow writes in PostgreSQL

    1 project | news.ycombinator.com | 15 May 2021
  • Evaluate Vector Database / Benchmarks?

    3 projects | /r/mlops | 30 Jun 2023
  • Is it worth using Postgres' builtin full-text search or should I go straight to Elastic?

    2 projects | /r/PostgreSQL | 25 Apr 2023