res = es.index(index="test-index", doc_type='tweet', id=1, body=doc). print(res['result']). res = es.get(index="test-index", doc_type='tweet', id=1).
確定! 回上一頁