Class: Blur::ExpertQuery

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/active_blur/thrift/blur_types.rb

Constant Summary collapse

QUERY =
1
FILTER =
2
FIELDS =
{
  QUERY => {:type => ::Thrift::Types::STRING, :name => 'query', :binary => true},
  FILTER => {:type => ::Thrift::Types::STRING, :name => 'filter', :binary => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



284
# File 'lib/active_blur/thrift/blur_types.rb', line 284

def struct_fields; FIELDS; end

#validateObject



286
287
# File 'lib/active_blur/thrift/blur_types.rb', line 286

def validate
end