Class: Blur::Facet
- Inherits:
-
Object
- Object
- Blur::Facet
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/active_blur/thrift/blur_types.rb
Constant Summary collapse
- QUERYSTR =
1
- MINIMUMNUMBEROFBLURRESULTS =
2
- FIELDS =
{ QUERYSTR => {:type => ::Thrift::Types::STRING, :name => 'queryStr'}, MINIMUMNUMBEROFBLURRESULTS => {:type => ::Thrift::Types::I64, :name => 'minimumNumberOfBlurResults', :default => 9223372036854775807} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
302 |
# File 'lib/active_blur/thrift/blur_types.rb', line 302 def struct_fields; FIELDS; end |
#validate ⇒ Object
304 305 |
# File 'lib/active_blur/thrift/blur_types.rb', line 304 def validate end |