Method: Riddle::Configuration::Indexer.shared_settings
- Defined in:
- lib/riddle/configuration/indexer.rb
.shared_settings ⇒ Object
14 15 16 17 18 19 20 |
# File 'lib/riddle/configuration/indexer.rb', line 14 def self.shared_settings [ :lemmatizer_base, :json_autoconv_numbers, :json_autoconv_keynames, :on_json_attr_error, :rlp_root, :rlp_environment, :rlp_max_batch_size, :rlp_max_batch_docs ] end |