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

Document index does not rebuild automatically after adding new tag #138

Open nikhilbhalwankar opened 3 years ago

nikhilbhalwankar commented 3 years ago

I am facing issues related to newly added annotation. I followed below steps,

1) Go to annotations option 2) add new annotation of type tag 3) attach tag to the document 4) search by new tag does not work unless I delete index for that document and again create index.

I have the same issue for latest .deb package as well as latest .ova also. Kindly let me know what can be done so that the rebuilding happens automatically.