Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

mgalang/kohana-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kohana Elasticsearch module

A simple kohana Elasticsearch module

Usage

$elasticsearch = Elasticsearch::instance();

$elasticsearch->add('myType', 1, array('name' => 'My name'));

$elasticsearch = Elasticsearch::instance('customindex');

Installation

Install to kohana's module directory and add to your application's bootstrap:

Copy the configuration file from config/elasticsearch.php to your application's config directory.

Bitdeli Badge

About

Elasticsearch Kohana Module (Not maintained anymore)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages