-
Notifications
You must be signed in to change notification settings - Fork 687
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MB-64604: [BP] Fix interpreting scorch config: "fieldTFRCacheThreshold"
+ Setting the default to 0 on account of the panics caught in the MB. + Firstly, refactor FieldTFRCacheThreshold to fieldTFRCacheThreshold for some naming consistency here. + 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 an int within the index config - we'll honor that setting as well.
- Loading branch information
1 parent
9ada1ca
commit c86ffd0
Showing
1 changed file
with
21 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters