Module: Sunspot::Search

Defined in:
lib/sunspot/search/abstract_search.rb,
lib/sunspot/search.rb,
lib/sunspot/search/hit.rb,
lib/sunspot/search/facet_row.rb,
lib/sunspot/search/highlight.rb,
lib/sunspot/search/date_facet.rb,
lib/sunspot/search/field_facet.rb,
lib/sunspot/search/query_facet.rb,
lib/sunspot/search/standard_search.rb,
lib/sunspot/search/more_like_this_search.rb

Overview

This class encapsulates the results of a Solr MoreLikeThis search. It provides access to search results, total result count, and pagination information. Instances of MoreLikeThis are returned by the Sunspot.more_like_this and Sunspot.new_more_like_this methods.

Defined Under Namespace

Classes: AbstractSearch, DateFacet, FacetRow, FieldFacet, Highlight, Hit, MoreLikeThisSearch, QueryFacet, StandardSearch