-
Notifications
You must be signed in to change notification settings - Fork 117
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
0.13.0.0 release #170
Comments
👍 I have no objections. Is there a place where I can see the milestone checklist? I poked around a bit and couldn't find it. |
@MHova click the milestone on the right-hand side |
Basically, everything but cutting the release is done, so this is an opportunity to speak up if you have something that should get in before release, otherwise I'll cut a release. I'm trying to be extra careful with this because this is the multi-module release. |
Ah I missed the part where I have to switch to the closed issues... Looks good to me! |
Let it rip! |
Works for me! |
Wait - should we update the docs on the front-page? |
@bermanjosh yep |
I've actually wanted to change that stuff into an |
Just out of curiosity, why are there no |
@wraithm No reason beyond the fact that filters are gone. I don't really understand the class; it seems to be half a Boolean. |
@bermanjosh This is disconcerting. I checked the Elasticsearch documentation and they still have separate query and filter contexts in which queries and filters can be used, they just don't reify them into separate sub-trees of the JSON document. Do the types in |
As for Seminearring, there is still conjunction, disjunction, and identity in the query structure so anything that permits a valid instance should have one. The point of Seminearring was to permit generic conj/disj/id for booleanish queries or filters without having to care about what the type too much. They had the faculty relatively centralized in V1 so it didn't matter much but I'm not sure how well this holds for V5. |
@bitemyapp As I understand the new ES5 types, all filters are now queries, and all queries are now valid to be treated as (i.e. run in the context of) a filter. To match that, I replaced filters with wrapped queries. Do you have an example of the type of invalid query this new representation opens up? As to Seminearring - based on this new structure, I guess we could say:
The question is, should we try to leverage an existing Class, such as |
Seems it's out but |
Also there aren't tags for any |
All the milestones are checked off, lets do a roll call for this to go to Hackage?
/cc @bermanjosh @MichaelXavier @MHova
The text was updated successfully, but these errors were encountered: