-
Notifications
You must be signed in to change notification settings - Fork 2
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
API Examples for Sub Bindings #5
Comments
It turns out that generally speaking the sub-binding information works as you would expect given the existing (minimal) javadoc for the related methods. There are a few issues that need thinking about/expanding/fixing
Once those questions are answered and implemented, a simple API example will trivially fall out of the bottom. |
greenwoodma
added a commit
that referenced
this issue
May 14, 2019
…ex. In both cases the bindings for both the left and right of the query are contained in the sub-bindings match even though that may result in bindings which fall outside of the range of the final hit as they nevertheless contributed to the match. See #5 for more details
greenwoodma
added a commit
that referenced
this issue
May 14, 2019
…lude the main filter binding not just its sub-bindings. See #5 for more details
greenwoodma
added a commit
that referenced
this issue
May 15, 2019
…are leaf nodes; they contain a term query but this is an internal implementation detail which shouln't be exposed. See ##5 for more context
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When building UIs on top of Mimir it would be useful to get access to the sub bindings within a hit. There appears to be an API for this, but I'm not sure if it works or how to use it. A simple documented example of how this works would be exceptionally useful.
The text was updated successfully, but these errors were encountered: