Class: Relevanced::GetDocumentSimilarity_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/gen-rb/relevanced.rb

Constant Summary collapse

CENTROIDID =
1
DOCID =
2
FIELDS =
{
  CENTROIDID => {:type => ::Thrift::Types::STRING, :name => 'centroidId'},
  DOCID => {:type => ::Thrift::Types::STRING, :name => 'docId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



946
# File 'lib/gen-rb/relevanced.rb', line 946

def struct_fields; FIELDS; end

#validateObject



948
949
# File 'lib/gen-rb/relevanced.rb', line 948

def validate
end