We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ddb4e commit f5fc4eaCopy full SHA for f5fc4ea
elasticsearch-persistence/examples/music/album.rb
@@ -22,7 +22,6 @@ class Album
22
attribute :label, Hash, mapping: { type: 'object' }
23
24
attribute :title
25
- attribute :suggest_title, String, default: {}, mapping: { type: 'completion', payloads: true }
26
attribute :released, Date
27
attribute :notes
28
attribute :uri
0 commit comments