Andrew Martin

Results 84 issues of Andrew Martin

This is not a real PR. More thought needs to go into what the API for this will look like. The purpose of this is just to make a preliminary...

After the big refactor is done, I'd like to add support for `index.unassigned.node_left.delayed_timeout` to `UpdatableIndexSetting`. The default value of `1m` that elasticsearch uses is bad, and in my own cluster,...

https://github.com/bitemyapp/bloodhound/pull/212

This is the definition of `MinimumMatch`, along with it's haddock comment: ``` {-| 'MinimumMatch' controls how many should clauses in the bool query should match. Can be an absolute value...

ElasticSearch lets users create their own analyzers. Currently, bloodhound does not support doing this. I have a [PR to add very minimal support for this](https://github.com/bitemyapp/bloodhound/pull/209). At the moment, it just...

Despite my excitement about compact regions ever since it came out, I’ve never actually been able to use it for serialization. The restriction that the server and client be running...

This is actually two separates comments bundled up into one. Since they both deal with the `Eq` instance, I figured that it would be best to keep them in a...

This isn't really a suggestion or a feature request. I just wanted to share some of my thoughts. I like `streaming`. Unless I need the bidirectional features of `pipes` (which...

I'm using `socket-0.7` with GHC-8.0 and building on NixOS. The changelog for 0.8 does not indicate that this was addressed in the new release, but if upgrading will fix this,...

documentation