This may or may not be a bug, or perhaps an ambiguity in the documentation.
If minimumScore = 0, items with score = 0 will not be returned in the result list. Setting a negative value is required.
Should this be >= instead of >? Or should the documentation reflect this logic?