Exception: JOR::FieldIdCannotBeExcludedFromIndex
- Defined in:
- lib/jor/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ FieldIdCannotBeExcludedFromIndex
constructor
A new instance of FieldIdCannotBeExcludedFromIndex.
Constructor Details
#initialize ⇒ FieldIdCannotBeExcludedFromIndex
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 |