Skip to content

Latest commit

 

History

History
379 lines (369 loc) · 41.5 KB

File metadata and controls

379 lines (369 loc) · 41.5 KB

ElasticSearch - Lucene

ElasticSearch

Docker

Library

Elasticsearch 2.x

Elasticsearch 5.x

Plugin

REST API

  • status

    curl -XGET 'http://localhost:9200/_cluster/state
    curl -XGET 'http://localhost:9200/_status
    curl -XGET 'http://localhost:9200/_nodes/stats?all=true
    curl -XGET 'http://localhost:9200/_nodes
    
  • Benchmarking REST client and transport client

Solr

Lucene