Changed protocol field type to keyword

This commit is contained in:
Thomas Patzke 2017-02-08 23:30:09 +01:00
parent 185c705dd6
commit 56f5477a4c

View file

@ -43,7 +43,7 @@ class DocHTTPRequestResponse(DocType):
doc_type = 'HTTPRequestResponse'
timestamp = Date()
protocol = Text()
protocol = Keyword()
host = Keyword()
port = Integer()
request = Object(