Versions in this module Expand all Collapse all v0 v0.2.0 Apr 8, 2016 v0.1.0 Apr 8, 2016 Changes in this version + const MaxSqrtCache + var SqrtCache map[int]float64 + type ConjunctionQueryScorer struct + func NewConjunctionQueryScorer(explain bool) *ConjunctionQueryScorer + func (s *ConjunctionQueryScorer) Score(constituents []*search.DocumentMatch) *search.DocumentMatch + type ConstantScorer struct + func NewConstantScorer(constant float64, boost float64, explain bool) *ConstantScorer + func (s *ConstantScorer) Score(id string) *search.DocumentMatch + func (s *ConstantScorer) SetQueryNorm(qnorm float64) + func (s *ConstantScorer) Weight() float64 + type DisjunctionQueryScorer struct + func NewDisjunctionQueryScorer(explain bool) *DisjunctionQueryScorer + func (s *DisjunctionQueryScorer) Score(constituents []*search.DocumentMatch, countMatch, countTotal int) *search.DocumentMatch + type TermQueryScorer struct + func NewTermQueryScorer(queryTerm string, queryField string, queryBoost float64, ...) *TermQueryScorer + func (s *TermQueryScorer) Score(termMatch *index.TermFieldDoc) *search.DocumentMatch + func (s *TermQueryScorer) SetQueryNorm(qnorm float64) + func (s *TermQueryScorer) Weight() float64