Sha256: 3bfa438d4d18037532db414e9827c0b8a7df2a15953f89bfe2efe8a0a6b0b0f6

Contents?: true

Size: 272 Bytes

Versions: 63

Compression:

Stored size: 272 Bytes

Contents

module Sunspot
  module Query
    class MoreLikeThisQuery < CommonQuery
      attr_accessor :scope, :more_like_this

      def initialize(document, types)
        super(types)
        @components << @more_like_this = MoreLikeThis.new(document)
      end
    end
  end
end

Version data entries

63 entries across 63 versions & 12 rubygems

Version Path
sunspot-2.7.1 lib/sunspot/query/more_like_this_query.rb
sunspot-2.7.0 lib/sunspot/query/more_like_this_query.rb
sunspot-2.6.0 lib/sunspot/query/more_like_this_query.rb
sunspot-2.5.0 lib/sunspot/query/more_like_this_query.rb
sunspot-2.4.0 lib/sunspot/query/more_like_this_query.rb
sunspot-2.3.0 lib/sunspot/query/more_like_this_query.rb
sunspot-2.2.8 lib/sunspot/query/more_like_this_query.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/sunspot-2.2.7/lib/sunspot/query/more_like_this_query.rb
sunspot-2.2.7 lib/sunspot/query/more_like_this_query.rb
sunspot-2.2.6 lib/sunspot/query/more_like_this_query.rb
sunspot-2.2.5 lib/sunspot/query/more_like_this_query.rb
sunspot-2.2.4 lib/sunspot/query/more_like_this_query.rb
sunspot-2.2.3 lib/sunspot/query/more_like_this_query.rb
sunspot-2.2.2 lib/sunspot/query/more_like_this_query.rb
sunspot-2.2.1 lib/sunspot/query/more_like_this_query.rb
sunspot-2.2.0 lib/sunspot/query/more_like_this_query.rb
sunspot-2.1.1 lib/sunspot/query/more_like_this_query.rb
sunspot-2.1.0 lib/sunspot/query/more_like_this_query.rb
sunspot-2.0.0 lib/sunspot/query/more_like_this_query.rb
sunspot-2.0.0.pre.130115 lib/sunspot/query/more_like_this_query.rb