-
Notifications
You must be signed in to change notification settings - Fork 215
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
excludeFields parameter in river. #76
Labels
Comments
Add support for child level attributes using dotted notation. {
"level1" : {
"level2" : {
"attribute" : "1"
},
"attribute2" : "9"
}
} Should be transformed in {
"level1" : {
"attribute2" : "9"
}
} |
richardwilly98
added a commit
that referenced
this issue
Jun 11, 2013
- Add support for filtering nested objects
using include_fields as a parameter in options. however there are other extra keys that are getting indexed. Any pointers ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This parameter should provide a comma separated list of fields that should not be indexed.
Currently the only option available to exclude fields to be indexed is using a script filter. It would be probably more efficient to exclude directly within the river.
Please rate this feature.
The text was updated successfully, but these errors were encountered: