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/query_group.rb,
lib/sunspot/search/range_facet.rb,
lib/sunspot/search/stats_facet.rb,
lib/sunspot/search/hit_enumerable.rb,
lib/sunspot/search/json_facet_row.rb,
lib/sunspot/search/stats_json_row.rb,
lib/sunspot/search/standard_search.rb,
lib/sunspot/search/field_json_facet.rb,
lib/sunspot/search/json_facet_stats.rb,
lib/sunspot/search/paginated_collection.rb,
lib/sunspot/search/more_like_this_search.rb,
lib/sunspot/search/cursor_paginated_collection.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, CursorPaginatedCollection, DateFacet, FacetRow, FieldFacet, FieldGroup, FieldJsonFacet, FieldStats, Group, Highlight, Hit, JsonFacetRow, JsonFacetStats, MoreLikeThisSearch, PaginatedCollection, QueryFacet, QueryGroup, RangeFacet, StandardSearch, StatsFacet, StatsJsonRow, StatsRow