Hi All,
I am getting this error on elastic search. Could you please help me here.!
Thanks in advance
Loading articles from Springer API(Eddie) into sg_index_checker
Processing dates 2020-01-01 00:00:00 - 2020-08-11 00:00:00(not included)
PUT http://localhost:9200/sg_index_checker_progress/sg_index_checker_progress/article-2020-01-01 [status:400 request:0.052s]
Traceback (most recent call last):
File "/Users/sam1546/Documents/Indexing-check/knowledge-graph/scigraph-new-indexing-checks/venv/lib/python3.7/site-packages/elasticsearch/transport.py", line 312, in perform_request
status, headers, data = connection.perform_request(method, url, params, body, ignore=ignore, timeout=timeout)
File "/Users/sam1546/Documents/Indexing-check/knowledge-graph/scigraph-new-indexing-checks/venv/lib/python3.7/site-packages/elasticsearch/connection/http_urllib3.py", line 129, in perform_request
self._raise_error(response.status, raw_data)
File "/Users/sam1546/Documents/Indexing-check/knowledge-graph/scigraph-new-indexing-checks/venv/lib/python3.7/site-packages/elasticsearch/connection/base.py", line 125, in _raise_error
raise HTTP_EXCEPTIONS.get(status_code, TransportError)(status_code, error_message, additional_info)
elasticsearch.exceptions.RequestError: TransportError(400, 'illegal_argument_exception', 'Rejecting mapping update to [sg_index_checker_progress] as the final mapping would have more than 1 type: [_doc, sg_index_checker_progress]')