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

Commit

Permalink
update mapping : index (content) as not_analyzed (#338)
Browse files Browse the repository at this point in the history
update mapping, set content as "not_analyzed"
  • Loading branch information
he2ss authored and buixor committed Dec 23, 2016
1 parent cf73f9c commit 7107647
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nxapi/nxapi/nxparse.py
Expand Up @@ -457,6 +457,7 @@ def set_mappings(self):
"zone" : {"type": "string", "index":"not_analyzed"},
"server" : {"type": "string", "index":"not_analyzed"},
"whitelisted" : {"type" : "string", "index":"not_analyzed"},
"content" : {"type" : "string", "index":"not_analyzed"},
"ip" : { "type" : "string", "index":"not_analyzed"}
}
}
Expand Down

0 comments on commit 7107647

Please sign in to comment.