File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -98,13 +98,13 @@ GEOREF_ENV = 'prod' # prod, stg o dev
98
98
# Path local o URL de archivo de sinónimos. El archivo debe contener
99
99
# sinónimos en formato Solr, para más información, ver:
100
100
# https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-synonym-tokenfilter.html#_solr_synonyms
101
- SYNONYMS_FILE = ' https://infra.datos.gob.ar/catalog/modernizacion/dataset/7/distribution/7.16/download /sinonimos-nombres.txt'
101
+ SYNONYMS_FILE = ' https://infra.datos.gob.ar/georef /sinonimos-nombres.txt'
102
102
103
103
# Path local o URL de archivo de términos excluyentes. El archivo debe
104
104
# contener términos mutuamente excluyentes en forma de sinónimos en
105
105
# formato Solr, para más información, ver:
106
106
# https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-synonym-tokenfilter.html#_solr_synonyms
107
- EXCLUDING_TERMS_FILE = ' https://infra.datos.gob.ar/catalog/modernizacion/dataset/7/distribution/7.17/download /terminos-excluyentes-nombres.txt'
107
+ EXCLUDING_TERMS_FILE = ' https://infra.datos.gob.ar/georef /terminos-excluyentes-nombres.txt'
108
108
109
109
# Paths locales o URLs archivos de datos a indexar Las URLs
110
110
# especificadas debajo utilizan el portal de descargas
Original file line number Diff line number Diff line change @@ -98,13 +98,13 @@ GEOREF_ENV = 'prod' # prod, stg o dev
98
98
# Path local o URL de archivo de sinónimos. El archivo debe contener
99
99
# sinónimos en formato Solr, para más información, ver:
100
100
# https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-synonym-tokenfilter.html#_solr_synonyms
101
- SYNONYMS_FILE = ' https://infra.datos.gob.ar/georef/data/ sinonimos-nombres.txt'
101
+ SYNONYMS_FILE = ' https://infra.datos.gob.ar/georef/sinonimos-nombres.txt'
102
102
103
103
# Path local o URL de archivo de términos excluyentes. El archivo debe
104
104
# contener términos mutuamente excluyentes en forma de sinónimos en
105
105
# formato Solr, para más información, ver:
106
106
# https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-synonym-tokenfilter.html#_solr_synonyms
107
- EXCLUDING_TERMS_FILE = ' https://infra.datos.gob.ar/georef/data/ terminos-excluyentes-nombres.txt'
107
+ EXCLUDING_TERMS_FILE = ' https://infra.datos.gob.ar/georef/terminos-excluyentes-nombres.txt'
108
108
109
109
# Paths locales o URLs archivos de datos a indexar Las URLs
110
110
# especificadas debajo utilizan el portal de descargas
You can’t perform that action at this time.
0 commit comments