Class: Elasticated::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/elasticated/configuration.rb

Class Attribute Summary collapse

Class Attribute Details

.loggerObject

Returns the value of attribute logger.



5
6
7
# File 'lib/elasticated/configuration.rb', line 5

def logger
  @logger
end

.scroll_expiration_timeObject

Returns the value of attribute scroll_expiration_time.



6
7
8
# File 'lib/elasticated/configuration.rb', line 6

def scroll_expiration_time
  @scroll_expiration_time
end

.scroll_page_sizeObject

Returns the value of attribute scroll_page_size.



6
7
8
# File 'lib/elasticated/configuration.rb', line 6

def scroll_page_size
  @scroll_page_size
end

.search_page_sizeObject

Returns the value of attribute search_page_size.



6
7
8
# File 'lib/elasticated/configuration.rb', line 6

def search_page_size
  @search_page_size
end

.transport_optionsObject

Returns the value of attribute transport_options.



7
8
9
# File 'lib/elasticated/configuration.rb', line 7

def transport_options
  @transport_options
end