# File lib/riddle/configuration/searchd.rb, line 25
      def valid?
        !( @port.nil? || @pid_file.nil? )
      end