Wu Yanfei

Results 1 comments of Wu Yanfei

Just add 3 lines in the function 'documents_from_file'. 'id' is the specify 'id' in your xxx.csv file. ``` if 'id' in row.keys(): yield es.index_op(row, doc_type, True, index=index_name, id=row['id']) else: ```...