Daniela Ruz
Results
1
comments of
Daniela Ruz
This is what I do to add documents to an existing index: # get a client es = Elasticsearch(hosts=[{"host": args.host, "port": args.port}]) #read mapping mapping = open(args.mapping, 'r').read() # create...