You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating an attachment field, I'd like to be able to specify mapping settings for the attachment's title. I can do this for the file, author and date (see AttachmentMappingDescriptor) but I can't do this for the title or keywords. See http://www.elasticsearch.org/guide/reference/mapping/attachment-type/ for a description of these fields. It looks like we just need to add a TitleField and a KeywordsField method to AttachmentMappingDescriptor just like has been done for the AuthorField.
The mapping I'm trying to get looks something like this:
When creating an attachment field, I'd like to be able to specify mapping settings for the attachment's title. I can do this for the file, author and date (see AttachmentMappingDescriptor) but I can't do this for the title or keywords. See http://www.elasticsearch.org/guide/reference/mapping/attachment-type/ for a description of these fields. It looks like we just need to add a TitleField and a KeywordsField method to AttachmentMappingDescriptor just like has been done for the AuthorField.
The mapping I'm trying to get looks something like this:
The text was updated successfully, but these errors were encountered: