# File lib/thinking_sphinx/index/builder.rb, line 227
      def set_property(*args)
        options = args.extract_options!
        options.each do |key, value|
          set_single_property key, value
        end
        
        set_single_property args[0], args[1] if args.length == 2
      end