Updated mapping.

This commit is contained in:
Martin Edenhofer 2015-04-06 23:36:13 +02:00
parent 458c6beb1d
commit 88aa2e7e4d

View file

@ -21,9 +21,9 @@ namespace :searchindex do
:data => {
:mappings => {
:Ticket => {
:_source => { :excludes => [ 'articles_all.attachments' ] },
:_source => { :excludes => [ 'articles.attachments' ] },
:properties => {
:articles_all => {
:articles => {
:type => 'nested',
:properties => {
:attachments => {