Docs: Update thrift.asciidoc
Fix typos, add clarifications and link. Closes #7678
This commit is contained in:
parent
df8b949c45
commit
e3c7f28003
|
@ -1,11 +1,11 @@
|
||||||
[[modules-thrift]]
|
[[modules-thrift]]
|
||||||
== Thrift
|
== Thrift
|
||||||
|
|
||||||
The thrift transport module allows to expose the REST interface of
|
The https://thrift.apache.org/[thrift] transport module allows to expose the REST interface of
|
||||||
elasticsearch using thrift. Thrift should provide better performance
|
elasticsearch using thrift. Thrift should provide better performance
|
||||||
over http. Since thrift provides both the wire protocol and the
|
over http. Since thrift provides both the wire protocol and the
|
||||||
transport, it should make using it simpler (thought its lacking on
|
transport, it should make using Elasticsearch more efficient (though it has limited
|
||||||
docs...).
|
documentation).
|
||||||
|
|
||||||
Using thrift requires installing the `transport-thrift` plugin, located
|
Using thrift requires installing the `transport-thrift` plugin, located
|
||||||
https://github.com/elasticsearch/elasticsearch-transport-thrift[here].
|
https://github.com/elasticsearch/elasticsearch-transport-thrift[here].
|
||||||
|
|
Loading…
Reference in New Issue