Software Alternatives & Reviews

JDBI VS Apache Solr

Compare JDBI VS Apache Solr and see what are their differences

JDBI logo JDBI

See this.

Apache Solr logo Apache Solr

Solr is an open source enterprise search server based on Lucene search library, with XML/HTTP and...
  • JDBI Landing page
    Landing page //
    2023-08-02
  • Apache Solr Landing page
    Landing page //
    2023-04-28

JDBI videos

jdbi

More videos:

  • Review - Dealing with a heckler | JDBI INVICTUS ‘19

Apache Solr videos

Solr Index - Learn about Inverted Indexes and Apache Solr Indexing

More videos:

  • Review - Solr Web Crawl - Crawl Websites and Search in Apache Solr

Category Popularity

0-100% (relative to JDBI and Apache Solr)
Web Frameworks
100 100%
0% 0
Custom Search Engine
0 0%
100% 100
Backend Development
100 100%
0% 0
Custom Search
0 0%
100% 100

User comments

Share your experience with using JDBI and Apache Solr. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare JDBI and Apache Solr

JDBI Reviews

We have no reviews of JDBI yet.
Be the first one to post

Apache Solr Reviews

Top 10 Site Search Software Tools & Plugins for 2022
Apache Solr is optimized to handle high-volume traffic and is easy to scale up or down depending on your changing needs. The near real-time indexing capabilities ensure that your content remains fresh and search results are always relevant and updated. For more advanced customization, Apache Solr boasts extensible plug-in architecture so you can easily plug in index and...
5 Open-Source Search Engines For your Website
Apache Solr is the popular, blazing-fast, open-source enterprise search platform built on Apache Lucene. Solr is a standalone search server with a REST-like API. You can put documents in it (called "indexing") via JSON, XML, CSV, or binary over HTTP. You query it via HTTP GET and receive JSON, XML, CSV, or binary results.
Source: vishnuch.tech
Elasticsearch vs. Solr vs. Sphinx: Best Open Source Search Platform Comparison
Solr is not as quick as Elasticsearch and works best for static data (that does not require frequent changing). The reason is due to caches. In Solr, the caches are global, which means that, when even the slightest change happens in the cache, all indexing demands a refresh. This is usually a time-consuming process. In Elastic, on the other hand, the refreshing is made by...
Source: greenice.net
Algolia Review – A Hosted Search API Reviewed
If you’re not 100% satisfied with Algolia, there are always alternative methods to accomplish similar results, such as Solr (open-source & self-hosted) or ElasticSearch (open-source or hosted). Both of these are built on Apache Lucene, and their search syntax is very similar. Amazon Elasticsearch Service provides a fully managed Elasticsearch service which makes it easy to...
Source: getstream.io

Social recommendations and mentions

JDBI might be a bit more popular than Apache Solr. We know about 23 links to it since March 2021 and only 17 links to Apache Solr. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

JDBI mentions (23)

  • Permazen: Language-natural persistence to KV stores
    While this may work for greenfield applications, I don't see this working well for preexisting schemas. From their getting started page: "Database fields are automatically created for any abstract getter methods", which definitely scares me away since they seem to be relying on automatic field type conversions. I prefer to manage my schemas when I can and do type and DAO conversions via mapper classes in the very... - Source: Hacker News / 7 months ago
  • Permazen: Language-natural persistence to KV stores
    Someone else mentioned jOOQ, but personally I also rather enjoyed JDBI3: https://jdbi.org/#_introduction_to_jdbi_3 It addresses the issues with using JDBC directly (not nice ergonomics), while still letting you work with SQL directly without too many abstractions in the middle. In combination with Dropwizard, it was pretty pleasant: https://www.dropwizard.io/en/stable/manual/jdbi3.html Other than that, I actually... - Source: Hacker News / 7 months ago
  • Is ORM still an anti-pattern?
    > I've been doing ORM on Java since Hibernate was new, and it has always sucked. Have you ever looked at something like myBatis? In particular, the XML mappers: https://mybatis.org/mybatis-3/dynamic-sql.html Looking back, I actually quite liked it - you had conditionals and ability to build queries dynamically (including snippets, doing loops etc.), while still writing mostly SQL with a bit of XML DSL around it,... - Source: Hacker News / 10 months ago
  • Sketch of a Post-ORM
    I found JDBi[1] to be a really nice balance between ORM and raw SQL. It gives me the flexibility I need but takes care of a lot of the boilerplate. It's almost like a third category. 1. http://jdbi.org. - Source: Hacker News / 11 months ago
  • Can someone tell me a good resource to learn and practice JDBC in java?
    You could use something like jdbi or mybatis. It's not as ugly as raw jdbc and easier to use without all of the gunk from an ORM like hibernate. Source: about 1 year ago
View more

Apache Solr mentions (17)

  • Swirl: An open-source search engine with LLMs and ChatGPT to provide all the answers you need 🌌
    Using the Galaxy UI, knowledge workers can systematically review the best results from all configured services including Apache Solr, ChatGPT, Elastic, OpenSearch, PostgreSQL, Google BigQuery, plus generic HTTP/GET/POST with configurations for premium services like Google's Programmable Search Engine, Miro and Northern Light Research. - Source: dev.to / 8 months ago
  • Looking for software
    Apache Solr can be used to index and search text-based documents. It supports a wide range of file formats including PDFs, Microsoft Office documents, and plain text files. https://solr.apache.org/. Source: 12 months ago
  • 'google-like' search engine for files on my NAS
    If so, then https://solr.apache.org/ can be a solution, though there's a bit of setup involved. Oh yea, you get to write your own "search interface" too which would end up calling solr's api to find stuff. Source: over 1 year ago
  • Search engine.
    Developers will use their SQL database when searching for specific things like client names, product names, or address search. Now when you want to level up from there and search all tables you better off using a separated server with a specific program like https://solr.apache.org/. Source: over 1 year ago
  • Search text from PDF files stored in an S3 bucket
    We’re using a self-managed OpenSearch node here, but you can use Lucene, SOLR, ElasticSearch or Atlas Search. Source: over 1 year ago
View more

What are some alternatives?

When comparing JDBI and Apache Solr, you can also consider the following products

Hibernate - Hibernate an open source Java persistence framework project.

ElasticSearch - Elasticsearch is an open source, distributed, RESTful search engine.

Postgres.js - Postgres.js - The Fastest full featured PostgreSQL client for Node.js - porsager/postgres

Algolia - Algolia's Search API makes it easy to deliver a great search experience in your apps & websites. Algolia Search provides hosted full-text, numerical, faceted and geolocalized search.

Hibernate ORM - Hibernate team account. Hibernate is a suite of open source projects around domain models. The flagship project is Hibernate ORM, the Object Relational Mapper.

Swiftype - The simplest way to add search to your website or application. Sign up for free.