Updated mapping.
This commit is contained in:
parent
458c6beb1d
commit
88aa2e7e4d
1 changed files with 2 additions and 2 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Reference in a new issue