PHPackages                             innomedia/solr - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. innomedia/solr

ActiveSilverstripe-vendormodule[Search &amp; Filtering](/categories/search)

innomedia/solr
==============

Adds support for Fulltext Search engines like Sphinx and Solr to SilverStripe CMS

1.0.2(1y ago)013BSD-3-ClausePHP

Since Jun 19Pushed 1y ago2 watchersCompare

[ Source](https://github.com/innomedia/solr-customwebdav)[ Packagist](https://packagist.org/packages/innomedia/solr)[ RSS](/packages/innomedia-solr/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (8)Versions (6)Used By (0)

FullTextSearch module
=====================

[](#fulltextsearch-module)

[![Build Status](https://camo.githubusercontent.com/70aada6afd516f5cebc464c0a7ad08a62168feb62b72dacf85dfcf562de67cf4/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f73696c7665727374726970652f73696c7665727374726970652d66756c6c746578747365617263682e7376673f7374796c653d666c6174)](https://travis-ci.org/silverstripe/silverstripe-fulltextsearch)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/fc751ed99f9ddfe3ae07063bb0aa301cb7bf36ce63538de26ff72e97aa4be422/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73696c7665727374726970652f73696c7665727374726970652d66756c6c746578747365617263682f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/silverstripe/silverstripe-fulltextsearch/?branch=master)[![codecov](https://camo.githubusercontent.com/f96120627a5be743cf7744c0d9c4afc1f4f41009ae69acec813a06724e8e49f9/68747470733a2f2f636f6465636f762e696f2f67682f73696c7665727374726970652f73696c7665727374726970652d66756c6c746578747365617263682f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/silverstripe/silverstripe-fulltextsearch)[![SilverStripe supported module](https://camo.githubusercontent.com/9b7e93d393a01f6d3091fb30983b870aa863ef076858115faaa1c74b995854ec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73696c7665727374726970652d737570706f727465642d3030373143342e737667)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)

Adds support for fulltext search engines like Sphinx and Solr to SilverStripe CMS.

Maintainer Contact
------------------

[](#maintainer-contact)

- Hamish Friedlander &lt;hamish (at) silverstripe (dot) com&gt;

Requirements
------------

[](#requirements)

- SilverStripe 4.0+

**Note:** For SilverStripe 3.x, please use the [2.x release line](https://github.com/silverstripe/silverstripe-fulltextsearch/tree/2).

Documentation
-------------

[](#documentation)

For pure Solr docs, check out [the Solr 4.10.4 guide](https://archive.apache.org/dist/lucene/solr/ref-guide/apache-solr-ref-guide-4.10.pdf).

See [the docs](/docs/en/00_index.md) for configuration and setup, or for the quick version see [the quick start guide](/docs/en/01_getting_started.md#quick-start).

For details of updates, bugfixes, and features, please see the [changelog](CHANGELOG.md).

TODO
----

[](#todo)

- Get rid of includeSubclasses - isn't actually used in practice, makes the codebase uglier, and ClassHierarchy can be used at query time for most of the same use cases
- Fix field referencing in queries. Should be able to do `$query->search('Text', 'Content')`, not `$query->search('Text', SiteTree::class . '_Content')` like you have to do now

    - Make sure that when field exists in multiple classes, searching against bare fields searches all of them
    - Allow searching against specific instances too
- Make fields restrictable by class in an index - 'SiteTree#Content' to limit fields to a particular class, maybe 'Content-&gt;Summary' to allow calling a specific method on the field object to get the text
- Allow following user relationships (Children.Foo for example)
- Be clearer about what happens with relationships to stateful objects (e.g. Parent.Foo where Parent is versioned)
- Improvements to SearchUpdater

    - Make it work properly when in-between objects (the A in A.B.Foo) update
    - Allow user logic to cause triggering reindex of documents when field is user generated
- Add generic APIs for spell correction, file text extraction and snippet generation

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance45

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~103 days

Total

4

Last Release

434d ago

Major Versions

0.1 → 1.0.02025-04-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/c4b6c925a833158ea12f065131daea53a49fc4b76323ad05e7b67d35821172a5?d=identicon)[chromos33](/maintainers/chromos33)

---

Top Contributors

[![moritz-sauer-13](https://avatars.githubusercontent.com/u/43135946?v=4)](https://github.com/moritz-sauer-13 "moritz-sauer-13 (2 commits)")[![chromos33](https://avatars.githubusercontent.com/u/2787884?v=4)](https://github.com/chromos33 "chromos33 (1 commits)")[![innomedia](https://avatars.githubusercontent.com/u/1412756?v=4)](https://github.com/innomedia "innomedia (1 commits)")

---

Tags

silverstripesolrfulltextsphinx

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/innomedia-solr/health.svg)

```
[![Health](https://phpackages.com/badges/innomedia-solr/health.svg)](https://phpackages.com/packages/innomedia-solr)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[laravel/framework

The Laravel Framework.

34.8k543.8M19.9k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k14](/packages/tempest-framework)[silverstripe/fulltextsearch

Adds support for Fulltext Search engines like Sphinx and Solr to SilverStripe CMS

43299.6k12](/packages/silverstripe-fulltextsearch)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M563](/packages/shopware-core)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
