-
Notifications
You must be signed in to change notification settings - Fork 76
Add possibility to create custom action processors or add custom elements to root query #216
Comments
I'll take a look at this and see if it's doable for 0.9 without a lot of effort. |
Here's a use case for this: That's the only thing I could find while skimming the Elasticsearch guide. @quhar What's "track_score"? Do you have a url handy for that? |
I think the thing to do here is rework That's more than I can do for 0.9, though, so I'm pushing this off to 0.10. |
track_score can be used when you sort results based on some value, but you still want to use scores Maybe it's possible just to list to steps with 'raw' action. Each element of the list would be dict with 'root_key' and value. At the end of .build_search() qs dict would be updated with values from this list. |
If you want to do a PR, I'll happily look at it. |
I'm going to bump this to post-0.10 where we'll have more wiggle room for new features and refactoring. |
Hi,
Is it possible to add custom action processors (for example for script fields)? ES is evolving quickly so this feature will allow use them.
As a first step it would be good to be able to add custom items at a root level of ES query dict. This would allow to use options like fields, track_score etc.
The text was updated successfully, but these errors were encountered: