Closed awcab closed 9 years ago
If a particular doc doesn't have a field, it will have null tokens, so don't add null to the set to prevent invalid ref later.
I went with a different implementation, but the underlying issue should now be fixed in the latest version, 0.6.0. Thanks.
If a particular doc doesn't have a field, it will have null tokens, so don't add null to the set to prevent invalid ref later.