---
title: "Laravel Solr"
url: https://daily.dev/posts/laravel-solr-mcaboqivi
source_url: https://laravel-news.com/laravel-solr
type: article
source: "Laravel News"
published: 2024-11-05T14:20:31.706Z
updated: 2024-12-09T11:46:18.629Z
tags: ["open-source", "php", "laravel"]
reading_time: 3
upvotes: 67
comments: 2
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Laravel Solr

**[Laravel News](https://daily.dev/sources/ln)** · 3 min read · 67 upvotes · 2 comments

## Summary

Laravel-Solr is a package developed by Haider Jabbar Abdullah to integrate Apache Solr with Laravel applications. It offers easy installation, comprehensive indexing and searching methods, and built-in support for common use cases. After setting it up, developers can create cores, define fields, add documents, and use the query builder for searching. Additional commands are available for updating and deleting cores and fields.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/laravel-solr>

## Community discussion

Top comments from developers on daily.dev.

**@hadarazakara** · 0 upvotes

> If you like me don't know what Solr is: It's similar to OpenSearch: https://sematext.com/blog/opensearch-vs-solr/

**@tomdc** · 0 upvotes

> FYI: Solr is a very powerfull search engine, like OpenSearch or ElasticSearch, that allows you to run multiple indexes with your own custom data format and data weights.
>
> It can be self-hosted, making it more cheap to setup and requires almost no maintenance work.
>
> BUT it does require huge server requirements.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#open-source](https://daily.dev/tags/open-source), [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel)

[View this post on daily.dev](https://daily.dev/posts/laravel-solr-mcaboqivi)
