Method: Sunspot::Search::Hit#score
- Defined in:
- lib/sunspot/search/hit.rb
#score ⇒ Object (readonly)
Keyword relevance score associated with this result. Nil if this hit is not from a keyword search.
24 25 26 |
# File 'lib/sunspot/search/hit.rb', line 24 def score @score end |