Skip to content

An extension that integrates the Apache Solr enterprise search server with TYPO3 CMS. The extension has initially been developed by dkd Internet Service GmbH and is now being continued as a community project.

Notifications You must be signed in to change notification settings

busynoggin/ext-solr

 
 

Repository files navigation

Apache Solr for TYPO3 CMS

An extension that integrates the Apache Solr enterprise search server with TYPO3 CMS.

The extension has initially been developed by dkd Internet Service GmbH and is now being continued as a community project. The version you find here is a version that does not contain all the features that have been implemented yet. These features can be obtained through add-ons for the Extension.

In case you need access to the full feature set, please feel free to contact us for details.

Things we are working on or got working already include the following:

  • Statistics
  • An Indexing Queue to be independent from frontend rendering and adding content to Solr as soon as an editor creates a content element in the backend
  • Suggest / Autocomplete
  • More Like This
  • Several Reports
  • Advanced faceting features including hierarchical facets
  • Backend Module for Solr administration
  • Results Grouping
  • Language Detection
  • Crawling of External non-TYPO3 Websites
  • more ...

We're open for contributions !

Please find further information regarding Apache Solr and its related projects at the following links:

To try out Apache Solr for TYPO3 visit www.typo3-solr.com where we've indexed TYPO3 mailing lists as a showcase. Another showcase can be found here: search.dkd.de

dkd Internet Service GmbH

Documentation and Support

Contributions

  1. Fork the repository on Github
  2. Clone repository
  3. Make your changes
  4. Commit your changes to your fork. In your commit message refer to the issue number if there is already one, e.g. [BUGFIX] short description of fix (resolves #4711)
  5. Submit a Pull Request using GitHub (here are some hints on How to write the perfect pull request)

Keep your fork in sync with original repository

  1. git remote add upstream https://github.com/TYPO3-Solr/ext-solr.git
  2. git fetch upstream
  3. git checkout master
  4. git merge upstream/master
  5. git push origin master

About

An extension that integrates the Apache Solr enterprise search server with TYPO3 CMS. The extension has initially been developed by dkd Internet Service GmbH and is now being continued as a community project.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 94.1%
  • JavaScript 1.8%
  • HTML 1.7%
  • Shell 1.3%
  • CSS 1.1%