DocType 클래스를 정의했다면 (이름은 Post이라고 가정)


Post.init()으로 mapping을 populate시킬 수 있다


그리고 그 mapping을 dict 또는 string으로 얻고싶다면 아래와 같다


Post._doc_type.mapping.to_dict()


---


init()에서 에러가 발생한다면 (text to keyword conflict)

reindex 해야하므로 참고하자



WRITTEN BY
hojongs
블로그 옮겼습니다 https://hojongs.github.io/