Object
# File lib/thinking_sphinx/panes/weight_pane.rb, line 2 def initialize(context, object, raw) @raw = raw end
# File lib/thinking_sphinx/panes/weight_pane.rb, line 6 def weight @raw[ThinkingSphinx::SphinxQL.weight] end