TrieveRubyClient::BoostPhrase

Properties

Name Type Description Notes
boost_factor Float Amount to multiplicatevly increase the frequency of the tokens in the phrase by
phrase String The phrase to boost in the fulltext document frequency index

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::BoostPhrase.new(
  boost_factor: null,
  phrase: null
)