Class: Blur::AnalyzerDefinition

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

Constant Summary collapse

DEFAULTDEFINITION =
1
FULLTEXTANALYZERCLASSNAME =
2
COLUMNFAMILYDEFINITIONS =
3
FIELDS =
{
  DEFAULTDEFINITION => {:type => ::Thrift::Types::STRUCT, :name => 'defaultDefinition', :class => ::Blur::ColumnDefinition},
  FULLTEXTANALYZERCLASSNAME => {:type => ::Thrift::Types::STRING, :name => 'fullTextAnalyzerClassName'},
  COLUMNFAMILYDEFINITIONS => {:type => ::Thrift::Types::MAP, :name => 'columnFamilyDefinitions', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRUCT, :class => ::Blur::ColumnFamilyDefinition}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end