Elasticsearch Thrift transport plugin

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

License

License

Categories

Categories

Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.elasticsearch
ArtifactId

ArtifactId

elasticsearch-transport-thrift
Last Version

Last Version

2.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/elastic/elasticsearch-transport-thrift/
Source Code Management

Source Code Management

http://github.com/elastic/elasticsearch-transport-thrift

Download elasticsearch-transport-thrift

How to add to project

<!-- https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-transport-thrift/ -->
<dependency>
    <groupId>org.elasticsearch</groupId>
    <artifactId>elasticsearch-transport-thrift</artifactId>
    <version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-transport-thrift/
implementation 'org.elasticsearch:elasticsearch-transport-thrift:2.7.0'
// https://jarcasting.com/artifacts/org.elasticsearch/elasticsearch-transport-thrift/
implementation ("org.elasticsearch:elasticsearch-transport-thrift:2.7.0")
'org.elasticsearch:elasticsearch-transport-thrift:jar:2.7.0'
<dependency org="org.elasticsearch" name="elasticsearch-transport-thrift" rev="2.7.0">
  <artifact name="elasticsearch-transport-thrift" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch', module='elasticsearch-transport-thrift', version='2.7.0')
)
libraryDependencies += "org.elasticsearch" % "elasticsearch-transport-thrift" % "2.7.0"
[org.elasticsearch/elasticsearch-transport-thrift "2.7.0"]

Dependencies

compile (5)

Group / Artifact Type Version
org.elasticsearch : elasticsearch jar 1.7.0
org.apache.thrift : libthrift jar 0.9.2
org.slf4j : slf4j-api Optional jar 1.6.2
org.slf4j : slf4j-log4j12 Optional jar 1.6.2
log4j : log4j Optional jar 1.2.17

test (4)

Group / Artifact Type Version
org.hamcrest : hamcrest-all jar 1.3
com.carrotsearch.randomizedtesting : randomizedtesting-runner jar 2.1.14
org.apache.lucene : lucene-test-framework jar 4.10.4
org.elasticsearch : elasticsearch test-jar 1.7.0

Project Modules

There are no modules declared in this project.

Thrift Transport for Elasticsearch

DEPRECATED: The thrift transport is deprecated as of Elasticsearch v1.5.0, and will be removed in 2.0

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/2.7.0

You need to install a version matching your Elasticsearch version:

elasticsearch Thrift Plugin Docs
master Build from source See below
es-1.7 2.7.0 2.7.0
es-1.6 2.6.0 2.6.0
es-1.5 2.5.0 2.5.0
es-1.4 2.4.1 2.4.1
es-1.3 2.3.0 2.3.0
es-1.2 2.2.0 2.2.0
es-1.0 2.0.0 2.0.0
es-0.90 1.8.0 1.8.0

To build a SNAPSHOT version, you need to build it with Maven:

mvn clean install
plugin --install transport-thrift \
       --url file:target/releases/elasticsearch-transport-thrift-X.X.X-SNAPSHOT.zip

Guide

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).
  • thrift.bind_host: Set explicit bindings for thrift protocol. Defaults to transport.bind_host or transport.host.
  • thrift.publish_host: Set explicit bindings for thrift protocol. Defaults to transport.publish_host or transport.host.
  • thrift.protocol: binary (default) which use Binary protocol or compact which uses Compact Protocol. See Thrift documentation.

License

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

Copyright 2009-2014 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.
org.elasticsearch

elastic

Versions

Version
2.7.0
2.6.0
2.5.0
2.4.1
2.4.0
2.3.0
2.2.0
2.0.0
2.0.0.RC2
2.0.0.RC1
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.1.0
1.0.0
0.18.7
0.18.6
0.18.5
0.18.4
0.18.3
0.18.2
0.18.1
0.18.0
0.17.10
0.17.9
0.17.8
0.17.7
0.17.6
0.17.5
0.17.4
0.17.3
0.17.2
0.17.1
0.17.0
0.16.5
0.16.4
0.16.3
0.16.2
0.16.1
0.16.0
0.15.2
0.15.1
0.15.0
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0
0.13.1
0.13.0
0.12.1
0.12.0
0.11.0