Skip to content

mishu-/elasticsearch-transport-thrift

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thrift Transport for ElasticSearch

The thrift transport plugin allows to use the REST interface over thrift on top of HTTP.

In order to install the plugin, simply run: bin/plugin -install elasticsearch/elasticsearch-transport-thrift/1.6.0.

Thrift Plugin ElasticSearch Thrift Release date
1.7.0-SNASPHOT (master) 0.90.3 -> master 0.9.1
1.6.0 0.90.3 -> master 0.9.1 02/09/2013
1.5.0 0.90 -> 0.90.2 0.9.0 26/02/2013
1.4.0 0.19.9 -> 0.20 0.9.0 16/10/2012
1.3.0 0.19.9 -> 0.20 0.8.0 23/08/2012
1.2.0 0.19.0 -> 0.19.8 0.8.0 24/04/2012
1.1.0 0.19.0 -> 0.19.8 0.6.1 07/02/2012
1.0.0 0.18 0.6.1 05/12/2011

The thrift definition can be found under the elasticsearch.thrift file.

The thrift schema can be used to generate thrift clients.

  • thrift.port: The port to bind to. Defaults to 9500-9600.
  • thrift.frame: Defaults to -1, which means no framing. Set to a higher value to specify the frame size (like 15mb).

License

This software is licensed under the Apache 2 license, quoted below.

Copyright 2009-2013 Shay Banon and ElasticSearch <http://www.elasticsearch.org>

Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.

About

Thrift Transport for ElasticSearch

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%