summaryrefslogtreecommitdiff
path: root/storage/mroonga/vendor/groonga/lib/mrb/scripts/scan_info_search_index.rb
blob: a2818160310049e3168a6b7d8e4eab942507e877 (plain)
1
2
3
4
5
6
7
8
9
module Groonga
  class ScanInfoSearchIndex < Struct.new(:index_column,
                                         :section_id,
                                         :weight,
                                         :scorer,
                                         :scorer_args_expr,
                                         :scorer_args_expr_offset)
  end
end