Module: Sunspot::Search

Defined in:
lib/sunspot/search/abstract_search.rb,
lib/sunspot/search.rb,
lib/sunspot/search/hit.rb,
lib/sunspot/search/group.rb,
lib/sunspot/search/facet_row.rb,
lib/sunspot/search/highlight.rb,
lib/sunspot/search/stats_row.rb,
lib/sunspot/search/date_facet.rb,
lib/sunspot/search/field_facet.rb,
lib/sunspot/search/field_group.rb,
lib/sunspot/search/field_stats.rb,
lib/sunspot/search/query_facet.rb,
lib/sunspot/search/range_facet.rb,
lib/sunspot/search/stats_facet.rb,
lib/sunspot/search/hit_enumerable.rb,
lib/sunspot/search/standard_search.rb,
lib/sunspot/search/paginated_collection.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

Modules: HitEnumerable Classes: AbstractSearch, DateFacet, FacetRow, FieldFacet, FieldGroup, FieldStats, Group, Highlight, Hit, MoreLikeThisSearch, PaginatedCollection, QueryFacet, RangeFacet, StandardSearch, StatsFacet, StatsRow