module Sunspot # The Sunspot::Configuration module provides a factory method for Sunspot # configuration objects. Available properties are: # # Sunspot.config.solr.url:: # The URL at which to connect to Solr # (default: 'http://localhost:8983/solr') # Sunspot.config.pagination.default_per_page:: # Solr always paginates its results. This sets Sunspot's default result # count per page if it is not explicitly specified in the query. # Sunspot.config.indexing.default_batch_size:: # This sets the batch size for indexing, default is 50 # module Configuration class <