Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #46 from norgalades/master
Browse files Browse the repository at this point in the history
Fixes #45 

added fielddata under description
  • Loading branch information
ninSmith committed Oct 17, 2017
2 parents ce75aae + 5dcf03a commit cf46107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/services/modules/shadowbook/objects/IndexSource.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def forgeDocMapping(self):
"format": "basic_date_time_no_millis"
},
"description": {
"fielddata": True,
"type": "text"
},
"score": {
Expand Down

0 comments on commit cf46107

Please sign in to comment.