home.social

#hibernatesearch — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #hibernatesearch, aggregated by home.social.

  1. I spent some time trying to make search behavior visible in one small Quarkus app.

    Full-text is good at exact terms. Vector search helps when user language and catalog language drift apart. Hybrid is usually the one I’d trust first in a real product search.

    This article walks through all three with Quarkus, PostgreSQL, Elasticsearch, Hibernate Search, and local embeddings.

    the-main-thread.com/p/full-tex

    #Java #Quarkus #PostgreSQL #Elasticsearch #SemanticSearch #HibernateSearch #VectorSearch