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
255 stars 69 forks source link

CSV import: Add plugin for copy to default search field #82

Closed opensemanticsearch closed 5 years ago

opensemanticsearch commented 5 years ago

Since copying to default search field is now done (more dynamic for future features) by ETL instead of Solr schema, activate that plugin for CSV import, too to be findable in fulltext search in Solr.

Mandalka commented 5 years ago

Added plugin enhance_multilingual for stemming and for copy columns to default search field.