Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix interpreting scorch config: "FieldTFRCacheThreshold"
+ This threshold can be used to toggle recycling of TermFieldReaders on/off. + Couchbase users will have the ability to provide this setting within a JSON payload, which when interpreted into a map[string]interface{} will need to be interpreted as a `float64`. + Should library users set it as `int` we'll honor that setting as well.
- Loading branch information