class Enums::CombineFunctions
Enumerator class for boost modes while combining aggregated function scores together with the sub query score
Constants
- COMBINE_FUNCTIONS
@!visibility protected
Attributes
combine_function[R]
@!visibility protected
Public Class Methods
new(combine_function)
click to toggle source
@!visibility protected
# File lib/enums/combine_functions.rb, line 50 def initialize(combine_function) @combine_function = combine_function end