Class: LucidWorks::Collection::Settings

Inherits:
Base
  • Object
show all
Defined in:
lib/lucid_works/collection/settings.rb

Constant Summary collapse

DEDUP_OPTIONS =
%w{ off overwrite tag }
QUERY_PARSERS =
%w{ lucid dismax edismax lucene }
DEFAULT_SORTS =
%w{ relevance date random }
FEEDBACK_EMPHASIS =
%w{ relevancy recall }

Constants included from Utils::BoolConverter

Utils::BoolConverter::FALSE_VALUES, Utils::BoolConverter::TRUE_VALUES

Instance Attribute Summary

Attributes inherited from Base

#attributes, #id, #parent, #persisted, #raw_response, #response_data

Method Summary

Methods inherited from Base

all, collection_url, #collection_url, create, #destroy, extract_parent_from_options, find, first, human_attribute_value, #human_attribute_value, #initialize, #inspect, last, member_url, #member_url, #persisted?, #read_attribute_for_validation, #save, schema, singleton_name, to_select, #update_attributes

Methods included from SimpleNaming

#model_name

Methods included from Utils::BoolConverter

#to_bool

Constructor Details

This class inherits a constructor from LucidWorks::Base