The Sunspot::Configuration module provides a factory method for Sunspot configuration objects. Available properties are:
The URL at which to connect to Solr (default: ‘localhost:8983/solr’)
Solr always paginates its results. This sets Sunspot’s default result count per page if it is not explicitly specified in the query.
This sets the batch size for indexing, default is 50
Location for the default solr configuration files, required for bootstrapping a new solr installation
Directory with default solr config files
# File lib/sunspot/configuration.rb, line 49 def solr_default_configuration_location File.join( File.dirname(__FILE__), '../../solr/solr/conf' ) end