dssolr

Integrates SOLR tightly with Craft CMS

  • 所有者: dionsnoeijen/dssolr
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

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

主要指標

概覽
名稱與所有者dionsnoeijen/dssolr
主編程語言PHP
編程語言PHP (語言數: 3)
平台
許可證MIT License
所有者活动
創建於2014-07-24 14:40:35
推送於2014-07-29 16:34:00
最后一次提交2014-07-29 18:26:32
發布數0
用户参与
星數8
關注者數1
派生數0
提交數6
已啟用問題?
問題數0
打開的問題數0
拉請求數0
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?