elasticsearch_1.3.4_all.deb

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/ultra_carl/best/script.deb.sh?any=true | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/ultra_carl/best/script.deb.sh?any=true | sudo bash

STEP 2: Install the package
sudo apt-get install elasticsearch=1.3.4

Open Source, Distributed, RESTful Search Engine

Full description:
  Open Source, Distributed, RESTful Search Engine
 Elasticsearch is a distributed RESTful search engine built for the cloud. 
 .
 Features include:
 .
 + Distributed and Highly Available Search Engine.
  - Each index is fully sharded with a configurable number of shards.
  - Each shard can have one or more replicas.
  - Read / Search operations performed on either one of the replica shard.
 + Multi Tenant with Multi Types.
  - Support for more than one index.
  - Support for more than one type per index.
  - Index level configuration (number of shards, index storage, ...).
 + Various set of APIs
  - HTTP RESTful API
  - Native Java API.
  - All APIs perform automatic node operation rerouting.
 + Document oriented
  - No need for upfront schema definition.
  - Schema can be defined per type for customization of the indexing process.
 + Reliable, Asynchronous Write Behind for long term persistency.
 + (Near) Real Time Search.
 + Built on top of Lucene
  - Each shard is a fully functional Lucene index
  - All the power of Lucene easily exposed through simple 
    configuration/plugins.
 + Per operation consistency
  - Single document level operations are atomic, consistent, isolated and
    durable.
 + Open Source under Apache 2 License.

Checksums

MD5 3d9e3a30481270179eab8fc093bc2569
SHA1 6a4b6a12825f141245bb581c76052464d17de874
SHA256 6a15ab0f8c13574162e98828d7ec0e1155e6136f9d45c54b88e39222bbbd53ca
SHA512 8be07fed15790deece0c23e930f2106ba4c9885cf488ccf18f76c1fbb58c163384efdbe8feb7debfb289fe3ba4cba06276ff409a0fa37b556dcae1016bd967b9

Depends

  • libc6, adduser

Files

  • /usr/share/doc/elasticsearch/copyright
  • /etc/init.d/elasticsearch
  • /etc/elasticsearch/logging.yml
  • /etc/elasticsearch/elasticsearch.yml
  • /etc/default/elasticsearch

Uploaded

over 9 years ago

Package Size

25.7 MB

Installed Size

28.8 MB

Downloads

4

wget

wget --content-disposition "https://packagecloud.io/ultra_carl/best/packages/any/any/elasticsearch_1.3.4_all.deb/download.deb?distro_version_id=35"

Homepage

http://www.elasticsearch.org/