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 => {
|
: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 => {
|
||||||
|
|
Loading…
Reference in a new issue