Software Alternatives & Reviews

Apache Solr

Solr is an open source enterprise search server based on Lucene search library, with XML/HTTP and...

Apache Solr Reviews and details

Screenshots and images

  • Apache Solr Landing page
    Landing page //
    2023-04-28

Badges

You can add any of these badges on your website.
SaaSHub badge
Show embed code

Videos

Solr Index - Learn about Inverted Indexes and Apache Solr Indexing

Solr Web Crawl - Crawl Websites and Search in Apache Solr

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Apache Solr and what they use it for.
  • 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 / 7 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: 11 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: about 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
  • Remarkable update 2.14
    Finally if you really want a full fledged solution the most popular are good old Sphinx http://sphinxsearch.com or Apache Solr https://solr.apache.org but as these take a bit of time to setup I'd make sure that's truly needed. Chances are unless your collection is the size of the Library of Congress you are probably fine with ripgrep on your own indexes as text or some R package or sqlite FTS5 extension... Source: almost 2 years ago
  • Owl3D - Create 3D photo and video with 1 click on Oculus Quest
    As a fellow developer, I would have to recommend all of the above. However in terms of priorities, I'd suggest using a standard tag system first and then branching into text search which is a bit more complicated. If you've never made a search function before or simply never made one for a large scale media app, I'd recommend checking out Solr. Source: about 2 years ago
  • Need CLI tool that can handle large txt files and another tool that can conduct a lightning fast search of disk files.
    For fast searching, it usually requires indexing the files in question. There are a number of text-file indexing solutions, many of which use xapian, sphinx, or lucene/solr under the hood. Based on conditions (watching files/directories, cron jobs, new-mail triggers, etc), they'll add/remove files to the index, and you can then use a corresponding command to compose queries across that data. If it's indexed, it... Source: about 2 years ago
  • Help with data dump
    I use (and do consulting) Apache Solr (https://solr.apache.org/) for large scale search (into the billions of records) latest project is https://www.domaincodex.com 320 million records of domain intelligence data feel free to message me. Good luck! Source: about 2 years ago
  • Can I make a search engine for specific cartoon/anime references?
    Assuming that you have access to some anime data or you are willing to collect them, here is how you can get started: Most CS programs around the world offer a course to their students that is supposed to teach them exactly what you just described. That course is usually known as Information Retrieval. Just google this term, and you will find a lot of information about the problem you are facing. If you don't... Source: over 2 years ago
  • Jinja2 not formatting my text correctly. Any advice?
    ListItem(name='Apache Solr', website='https://solr.apache.org/', category='Full-Text Search', short_description='Solr is an open-source enterprise-search platform, written in Java. Its major features include full-text search, hit highlighting, faceted search, real-time indexing, dynamic clustering, database integration, NoSQL features and rich document handling.'),. Source: over 2 years ago
  • The story of Bonita Documentation! The need for a new documentation site
    The pre-production and production environments were composed of front-end and search (Solr) servers, also operated internally. This was another area for regular maintenance costs. - Source: dev.to / over 2 years ago
  • self hosted elasticsearch alternative
    There’s Apache Solr which runs the same backend as Elasticsearch. I’ve heard it’s easier to manage than ES while still being similar in capabilities. Source: over 2 years ago
  • Probing Text Data Using PostgreSQL Full-Text Search
    The underlying technology of all search engines is similar from a data structure perspective: an inverted index, but the datastore is very different. Industry-standard solutions for search such as Elastic Search, Apache Solr are built for horizontal scaling. - Source: dev.to / over 2 years ago
  • A Handbook to Implement Fuzzy Search in PostgreSQL
    PostgreSQL has a lot of advanced extensions and indexes to speed up the same. But one should keep in mind that these have their own limitations in terms of speed and might not work with languages other than English/multi-byte encoding, such as UTF-8. However, these fill the critical gap where the functionalities mentioned are necessary, but we cannot go for a full-fledged search solution such as Solr/Elastic Search. - Source: dev.to / over 2 years ago
  • Advice needed on best way to develop a website that displays lots of data as different subpages.
    The bigger problem is the search capability. If you had a typical dynamic website with a database and some backend (be it PHP or any other language) you might get away by implementing the search capability through various SQL queries. However that often doesn't scale well and is complex. Personally I would recommend to just immediately use something like Apache Solr. Source: over 2 years ago
  • 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: dev.to / over 2 years ago

External sources with reviews and comparisons of Apache Solr

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 query time plug-ins or change any code you...
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.
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 segments.
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 deploy, operate, and scale Elasticsearch...

Do you know an article comparing Apache Solr to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Apache Solr discussion

Log in or Post with

This is an informative page about Apache Solr. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.