Re: Error indexing files(html, pdf) using SOLR Cell Tika

2022-07-12 Thread Gus Heck
Based on the error message I think you want to use "literal._uniqueid" not " literal.id". Your schema which possibly no longer has a field named "id" is requiring a field name "_uniqueid". See https://solr.apache.org/guide/8_11/uploading-data-with-solr-cell-using-apache-tika.html#using-literals-to

Error indexing files(html, pdf) using SOLR Cell Tika

2022-07-12 Thread Nicolas Alejandro Slavik
Hi - I am trying to index files such as html and pdf. I got the following error related to unique id which is defined in the curl command. The unique id is set with the literal.id parameter. Can you please help? I read all the documentation of SOLR Cell and tika, and I am doing the steps as its de