Sha256: 1c3c313b6f9d0017f05eb797a96c4215a5ab4f34e0a7eda6f8475d9082126d73

Contents?: true

Size: 506 Bytes

Versions: 47

Compression:

Stored size: 506 Bytes

Contents

module Sunspot
  module Search
    # 
    # This class encapsulates the results of a Solr search. It provides access
    # to search results, total result count, facets, and pagination information.
    # Instances of Search are returned by the Sunspot.search and
    # Sunspot.new_search methods.
    #
    class StandardSearch < AbstractSearch
      def request_handler
        super || :select
      end
  
      private
  
      def dsl
        DSL::Search.new(self, @setup)
      end
    end
  end
end

Version data entries

47 entries across 47 versions & 11 rubygems

Version Path
sunspot-2.1.1 lib/sunspot/search/standard_search.rb
sunspot-2.1.0 lib/sunspot/search/standard_search.rb
sunspot-2.0.0 lib/sunspot/search/standard_search.rb
sunspot-2.0.0.pre.130115 lib/sunspot/search/standard_search.rb
gojee-sunspot-2.0.5 lib/sunspot/search/standard_search.rb
sunspot-2.0.0.pre.120925 lib/sunspot/search/standard_search.rb
sunspot_solr-2.0.0.pre.120924 sunspot/lib/sunspot/search/standard_search.rb
sunspot_rails-2.0.0.pre.120924 sunspot/lib/sunspot/search/standard_search.rb
sunspot-2.0.0.pre.120924 sunspot/lib/sunspot/search/standard_search.rb
gojee-sunspot-2.0.4 lib/sunspot/search/standard_search.rb
gojee-sunspot-2.0.2 lib/sunspot/search/standard_search.rb
sunspot-2.0.0.pre.120720 lib/sunspot/search/standard_search.rb
sunspot-1.3.3 lib/sunspot/search/standard_search.rb
sunspot-1.3.2 lib/sunspot/search/standard_search.rb
sunspot-2.0.0.pre.120417 lib/sunspot/search/standard_search.rb
sunspot-2.0.0.pre.120415 lib/sunspot/search/standard_search.rb
sunspot-1.3.1 lib/sunspot/search/standard_search.rb
erichummel-sunspot-2.0.0.pre.111215d lib/sunspot/search/standard_search.rb
erichummel-sunspot-2.0.0.pre.111215c lib/sunspot/search/standard_search.rb
erichummel-sunspot-2.0.0.pre.111215b lib/sunspot/search/standard_search.rb