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

codelibs/elasticsearch-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elasticsearch Extension Pugin

Overview

This plugin extends Elasticsearch's features to modify them by your plugin. For example, this plugin has EngineFilter to insert your programe into InternalEngine.

Version

Version Elasticsearch
master 1.6.X
1.6.0 1.6.0
1.5.0 1.5.0
1.4.1 1.4.0.Beta1

Issues/Questions

Please file an issue. (Japanese forum is here.)

Installation

Install Extension Plugin

$ $ES_HOME/bin/plugin --install org.codelibs/elasticsearch-extension/1.6.0

Reference

EngineFilter

EngineFilter is an interface to filter InternalEngine.

The sample implementation is:

About

ExtensionService for customizing Elasticsearch

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages