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 => { :data => {
:mappings => { :mappings => {
:Ticket => { :Ticket => {
:_source => { :excludes => [ 'articles_all.attachments' ] }, :_source => { :excludes => [ 'articles.attachments' ] },
:properties => { :properties => {
:articles_all => { :articles => {
:type => 'nested', :type => 'nested',
:properties => { :properties => {
:attachments => { :attachments => {