opensemanticsearch / open-semantic-etl

Python based Open Source ETL tools for file crawling, document processing (text extraction, OCR), content analysis (Entity Extraction & Named Entity Recognition) & data enrichment (annotation) pipelines & ingestor to Solr or Elastic search index & linked data graph database
https://opensemanticsearch.org/etl
GNU General Public License v3.0
254 stars 69 forks source link

Handle config[language_force] = [] #69

Closed opensemanticsearch closed 6 years ago

opensemanticsearch commented 6 years ago

If empty forced language config, do not write to not needed additional field

Mandalka commented 6 years ago

Was handled right in ETL, but Web config UI wrote empty string to this array if no main language configured, so in this case to many resources were needed for additional indexing of not existing/empty additional language / not needed fields.

Fixed in Open Semantic Search App setup.