-
Notifications
You must be signed in to change notification settings - Fork 25
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
Example with type_mapping #4
Comments
The second is the one that should work. Unfortunately there is a bug in 0.0.6 preventing this. Try http://dl.bintray.com/salyh/maven/de/saly/elasticsearch/plugin/elasticsearch-river-imap/0.0.7-b11/elasticsearch-river-imap-0.0.7-b11-plugin.zip |
OK. Mapping got applied (not the one in the example, but another), I might update you when it works like I want. E.g. E-Mail address should be "not_analyzed" or multi-field (e.g. to make stats about sender/recipient). |
This mapping works for me now:
|
Will think about changing the default mapping as you suggested. |
Think you have typo in mapping: its sentDate instead of sendDate |
documentation updated with c32b262 |
I would like to add mapping for https://github.com/jprante/elasticsearch-langdetect
and get possibility to sort by receivedDate - so a custom mapping is required.
There is no documentation, what is expected in
I tried this:
River creation was OK, but mapping not applied.
Then I used this one:
No effect on mapping. Of course I deleted river and index on each try ..
In both cases I got following response:
The text was updated successfully, but these errors were encountered: