Elasticsearch API /_all

Jmnote (토론 | 기여)님의 2019년 12월 12일 (목) 15:56 판 (→‎같이 보기)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

Elasticsearch API /_all
root@localhost:~# curl localhost:9200/_all?pretty
{
  "test" : {
    "aliases" : { },
    "mappings" : {
      "properties" : {
        "field1" : {
          "type" : "text",
          "fields" : {
            "keyword" : {
              "type" : "keyword",
              "ignore_above" : 256
            }
          }
        },
        "field2" : {
          "type" : "text",
          "fields" : {
            "keyword" : {
              "type" : "keyword",
              "ignore_above" : 256
            }
          }
        },
        "hello" : {
          "type" : "long"
        },
        "tags" : {
          "type" : "text",
          "fields" : {
            "keyword" : {
              "type" : "keyword",
              "ignore_above" : 256
            }
          }
        }
      }
    },
    "settings" : {
      "index" : {
        "creation_date" : "1576046412278",
        "number_of_shards" : "1",
        "number_of_replicas" : "1",
        "uuid" : "TY1Tq2GyRvWwoL4TVEiUVA",
        "version" : {
          "created" : "7050099"
        },
        "provided_name" : "test"
      }
    }
  }
}

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}