Class: KalturaApi::KalturaIndexJobData

Inherits:
KalturaJobData show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#filterObject

The filter should return the list of objects that need to be reindexed.



7530
7531
7532
# File 'lib/kaltura_client.rb', line 7530

def filter
  @filter
end

#last_index_idObject

Indicates the last id that reindexed, used when the batch crached, to re-run from the last crash point.



7533
7534
7535
# File 'lib/kaltura_client.rb', line 7533

def last_index_id
  @last_index_id
end

#should_updateObject

Indicates that the object columns and attributes values should be recalculated before reindexed.



7536
7537
7538
# File 'lib/kaltura_client.rb', line 7536

def should_update
  @should_update
end