DocType 클래스를 정의했다면 (이름은 Post이라고 가정)
Post.init()으로 mapping을 populate시킬 수 있다
그리고 그 mapping을 dict 또는 string으로 얻고싶다면 아래와 같다
Post._doc_type.mapping.to_dict()
---
init()에서 에러가 발생한다면 (text to keyword conflict)
reindex 해야하므로 참고하자
'Language > python' 카테고리의 다른 글
[python] u'text' - prefix "u"의 의미 (0) | 2018.04.11 |
---|---|
[python] vs ipython, import문 (0) | 2018.04.07 |
[python] OSError: raw write error (during scrapy crawling) (0) | 2018.04.06 |
[python] SQLAlchemy (0) | 2018.04.06 |
[python, Elasticsearch] python elsticsearch-dsl library 코드 분석 (0) | 2018.04.06 |
WRITTEN BY
- hojongs
블로그 옮겼습니다 https://hojongs.github.io/