mattbaird / elastigo

A Go (golang) based Elasticsearch client library.
Apache License 2.0
943 stars 241 forks source link

Bring back MaxScore by using Float32Nullable #275

Open robbiet480 opened 8 years ago

robbiet480 commented 8 years ago

Make MaxScore Float32Nullable so that we can uncomment it in Hits. It was originally commented in e7e1c02 by @mschoch because Float32Nullable didn't exist at the time.