Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deal with settings and analysers in Mapping and Document.init() #5

Open
rochacbruno opened this issue Jan 3, 2016 · 1 comment
Open

Comments

@rochacbruno
Copy link
Contributor

Currently Mappings is being configured by Mapping (Document,put_mapping)

It is also needed to put_settings of each field analyser.

for EACH field:
   analysers.append(field_analyser)

es.indices.put_settings(analysers=....)
@rochacbruno rochacbruno changed the title Deal with settings and analysers in Mapping and Document.configure() Deal with settings and analysers in Mapping and Document.init() Jan 19, 2016
rochacbruno added a commit that referenced this issue Jan 22, 2016
Improve mapping settings - half of the #5
@rochacbruno
Copy link
Contributor Author

#17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant