We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated QueryDSL (markdown)
Changed `decodeFilms` line `json.Unmarshal(*hit.Source, &film)` to `json.Unmarshal(*hit.Source, film)` - as passing the reference is not necessary, since the new() already allocated. Refer http://stackoverflow.com/questions/20478577/why-does-json-unmarshal-work-with-reference-but-not-pointer
Created QueryDSL (markdown)