Module: Hyrax::SolrDocument::Characterization
- Included in:
- Hyrax::SolrDocumentBehavior
- Defined in:
- app/models/concerns/hyrax/solr_document/characterization.rb
Instance Method Summary collapse
- #alpha_channels ⇒ Object
- #byte_order ⇒ Object
- #capture_device ⇒ Object
- #color_map ⇒ Object
- #color_space ⇒ Object
- #compression ⇒ Object
- #duration ⇒ Object
- #file_size ⇒ Object
- #file_title ⇒ Object
- #filename ⇒ Object
- #format_label ⇒ Object
- #gps_timestamp ⇒ Object
- #height ⇒ Object
- #image_producer ⇒ Object
- #last_modified ⇒ Object
- #latitude ⇒ Object
- #longitude ⇒ Object
- #orientation ⇒ Object
- #original_checksum ⇒ Object
- #page_count ⇒ Object
- #profile_name ⇒ Object
- #profile_version ⇒ Object
- #sample_rate ⇒ Object
- #scanning_software ⇒ Object
- #well_formed ⇒ Object
- #width ⇒ Object
Instance Method Details
#alpha_channels ⇒ Object
139 140 141 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 139 def alpha_channels self["alpha_channels_ssi"] end |
#byte_order ⇒ Object
this might not be indexed normally. deprecate?
7 8 9 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 7 def byte_order self["byte_order_tesim"] end |
#capture_device ⇒ Object
this might not be indexed normally. deprecate?
13 14 15 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 13 def capture_device self["capture_device_tesim"] end |
#color_map ⇒ Object
this might not be indexed normally. deprecate?
19 20 21 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 19 def color_map self["color_map_tesim"] end |
#color_space ⇒ Object
this might not be indexed normally. deprecate?
25 26 27 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 25 def color_space self["color_space_tesim"] end |
#compression ⇒ Object
this might not be indexed normally. deprecate?
31 32 33 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 31 def compression self["compression_tesim"] end |
#duration ⇒ Object
121 122 123 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 121 def duration self["duration_tesim"] end |
#file_size ⇒ Object
97 98 99 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 97 def file_size self["file_size_lts"] end |
#file_title ⇒ Object
117 118 119 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 117 def file_title self["file_title_tesim"] end |
#filename ⇒ Object
this might not be indexed normally. deprecate?
103 104 105 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 103 def filename self["filename_tesim"] end |
#format_label ⇒ Object
this might not be indexed normally. deprecate?
93 94 95 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 93 def format_label self["format_label_tesim"] end |
#gps_timestamp ⇒ Object
this might not be indexed normally. deprecate?
37 38 39 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 37 def self["gps_timestamp_tesim"] end |
#height ⇒ Object
41 42 43 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 41 def height self['height_is'] end |
#image_producer ⇒ Object
this might not be indexed normally. deprecate?
47 48 49 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 47 def image_producer self["image_producer_tesim"] end |
#last_modified ⇒ Object
this might not be indexed normally. deprecate?
131 132 133 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 131 def last_modified self["last_modified_tesim"] end |
#latitude ⇒ Object
this might not be indexed normally. deprecate?
53 54 55 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 53 def latitude self["latitude_tesim"] end |
#longitude ⇒ Object
this might not be indexed normally. deprecate?
59 60 61 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 59 def longitude self["longitude_tesim"] end |
#orientation ⇒ Object
this might not be indexed normally. deprecate?
65 66 67 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 65 def orientation self["orientation_tesim"] end |
#original_checksum ⇒ Object
135 136 137 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 135 def original_checksum self["original_checksum_tesim"] end |
#page_count ⇒ Object
113 114 115 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 113 def page_count self["page_count_tesim"] end |
#profile_name ⇒ Object
this might not be indexed normally. deprecate?
71 72 73 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 71 def profile_name self["profile_name_tesim"] end |
#profile_version ⇒ Object
this might not be indexed normally. deprecate?
77 78 79 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 77 def profile_version self["profile_version_tesim"] end |
#sample_rate ⇒ Object
125 126 127 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 125 def sample_rate self["sample_rate_tesim"] end |
#scanning_software ⇒ Object
this might not be indexed normally. deprecate?
83 84 85 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 83 def scanning_software self["scanning_software_tesim"] end |
#well_formed ⇒ Object
this might not be indexed normally. deprecate?
109 110 111 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 109 def well_formed self["well_formed_tesim"] end |
#width ⇒ Object
87 88 89 |
# File 'app/models/concerns/hyrax/solr_document/characterization.rb', line 87 def width self['width_is'] end |