Code Monkey home page Code Monkey logo

ext-solr's Introduction

Apache Solr for TYPO3 CMS

Build Status

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

Continous Integration

We use travis ci for continues integration. To run the whole test suite locally for one TYPO3 Version do the following:

First you need to set some environment variables and boostrap the system with the bootstrap script (you only need to do this once):

chmod u+x ./Resources/Install/*.sh
chmod u+x ./Tests/Build/*.sh

export TYPO3_VERSION="~7.6.0"
export TYPO3_DATABASE_NAME="typo3_ci"
export TYPO3_DATABASE_USERNAME="root"
export TYPO3_DATABASE_PASSWORD=""
export TYPO3_DATABASE_HOST="localhost"

./Tests/Build/bootstrap.sh

Now you can run the complete test suite:

./Tests/Build/cibuild.sh

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.