This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# IT'S PYTHON2.7 | |
# Check which pip version do you have: pip --version | |
# Then you need to install | |
# pip install requests | |
# -*- coding: utf-8 -*- | |
import time | |
import sys | |
import requests | |
import itertools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"products_da-alias": { | |
"mappings": { | |
"navigation_item": { | |
"_all": { | |
"enabled": false | |
}, | |
"properties": { | |
"item_es_query": { | |
"type": "keyword" |