您快要准备好了,只需要将您的身体放在“ doc”字段中即可。使用elasticsearch-py进行部分更新的正确方法如下:
coll = Elasticsearch()coll.update(index='stories-test',doc_type='news',id=hit.meta.id, body={"doc": {"stanford": 1, "parsed_sents": parsed }})
欢迎分享,转载请注明来源:内存溢出
您快要准备好了,只需要将您的身体放在“ doc”字段中即可。使用elasticsearch-py进行部分更新的正确方法如下:
coll = Elasticsearch()coll.update(index='stories-test',doc_type='news',id=hit.meta.id, body={"doc": {"stanford": 1, "parsed_sents": parsed }})
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)