1module Groonga
2  module Sharding
3    module Parameters
4      @range_index = :auto
5      class << self
6        attr_accessor :range_index
7      end
8    end
9  end
10end
11