Exception: JOR::FieldIdCannotBeExcludedFromIndex

Inherits:
Error
  • Object
show all
Defined in:
lib/jor/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeFieldIdCannotBeExcludedFromIndex

Returns a new instance of FieldIdCannotBeExcludedFromIndex.



79
80
81
# File 'lib/jor/errors.rb', line 79

def initialize
  super %(Field _id cannot be excluded from the index)
end