-
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: "fieldTFRCacheThreshol…
…d" (#2119) + 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
fdaed7b
commit 791ecd4
Showing
2 changed files
with
21 additions
and
14 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
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