summaryrefslogtreecommitdiffstats
path: root/config-model/src/main
diff options
context:
space:
mode:
authorHenrik <henrik.hoiness@online.no>2018-07-25 14:56:57 +0200
committerHenrik <henrik.hoiness@online.no>2018-07-25 14:56:57 +0200
commitf9407be3f00c58d5034465fe8305ba92811630ba (patch)
tree4d947260ccfaac2bcaa81a1afd5e7893c2270439 /config-model/src/main
parenta3e3d6d0505b2e5cad0b4c6d61ccd04855a6f6c0 (diff)
Added description, example of usage and author
Diffstat (limited to 'config-model/src/main')
-rw-r--r--config-model/src/main/python/ES_Vespa_parser.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/config-model/src/main/python/ES_Vespa_parser.py b/config-model/src/main/python/ES_Vespa_parser.py
index 019eb463a79..91b576d5788 100644
--- a/config-model/src/main/python/ES_Vespa_parser.py
+++ b/config-model/src/main/python/ES_Vespa_parser.py
@@ -4,7 +4,11 @@ import argparse
import os, sys
-# noinspection PyInterpreter
+# Parsing Elastic Search documents to Vespa documents
+# Example of usage: python ES_Vespa_parser.py my_index.json my_index_mapping.json
+__author__ = 'henrhoi'
+
+
class ElasticSearchParser:
document_file = None