Class: Eson::Search::FuzzyLikeThis
- Inherits:
-
Object
- Object
- Eson::Search::FuzzyLikeThis
- Includes:
- Query
- Defined in:
- lib/eson/search/fuzzy_like_this.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#flt { ... } ⇒ self
Generates a ‘flt` query in a query context.
-
#initialize(options = {}) ⇒ FuzzyLikeThis
constructor
A new instance of FuzzyLikeThis.
Methods included from Query
Constructor Details
#initialize(options = {}) ⇒ FuzzyLikeThis
Returns a new instance of FuzzyLikeThis.
11 12 13 |
# File 'lib/eson/search/fuzzy_like_this.rb', line 11 def initialize( = {}) self. = end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Eson::Search::Query
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
9 10 11 |
# File 'lib/eson/search/fuzzy_like_this.rb', line 9 def @options end |
Instance Method Details
#flt { ... } ⇒ self
7 |
# File 'lib/eson/search/fuzzy_like_this.rb', line 7 short_name :flt |