Exception: RSolr::Cloud::Error::NotEnoughNodes

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/rsolr/cloud/error.rb

Overview

This error occurs when all solr nodes aren’t active.

Instance Method Summary collapse

Instance Method Details

#to_sObject



6
7
8
# File 'lib/rsolr/cloud/error.rb', line 6

def to_s
  'Not enough nodes to handle the request.'
end