Git Product home page Git Product logo

dssolr's Introduction

DS Solr for Craft CMS (0.1 Beta)

Solr Logo

Introduction

This plugin provides a flexible and powerful manner to integrate SOLR with your Craft projects. It takes the hard work out of your hands by providing simple means to store and retrieve data from SOLR.

Prerequisites

You need SOLR to be installed on your server. This plugin sacrifices some simplicity in order to be as flexible as possible. To get most out of this plugin it would be helpful if you have at least basic knowledge about Php, Json and of course SOLR. The web is full of information about these topics, therefore it's outside the scope of this readme.

Installation

  1. Add the dssolr folder to your Plugins directory.
  2. Install it on the plugins page.
  3. Add configuration settings.

Configuration

Go to /craft/config/general.php and add the following configurations:

'dssolrHost' => 'your-host' Usually this is 'localhost', this is a required setting.

'dssolrPort' => 8080 Usually this is 8080, this is a required setting.

'dssolrPath' => '/solr/your_collection/' With the default SOLR setup this is '/solr/collection1/', this is a required setting.

'dssolrSectionIdField' => 'your_section_id_field' Optional, defaults to: 'section_id_i'.

'dssolrLocaleField' => 'your_locale_field' Optional, defaults to 'locale_s'.

'dssolrIndexStepSize' => 5 Optional, defaults to 5.

Documentation

Visit the wiki

Special thanks to

Lucene Solr Solarium

dssolr's People

Contributors

dionsnoeijen avatar

Stargazers

Isaac Gray avatar Martin Leveille avatar Tom Davies avatar Noah Read avatar Luke Holder avatar vulcangz avatar Mike Pepper avatar Pål Degerstrøm avatar

Watchers

 avatar James Cloos avatar

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.