> can anyone help me this problem? I'm using tika to index
> data from rich
> documents and index by http request. I queried from
> database to get fields
> and then combined with Tika. everything is ok, but i face
> to face with this
> error "FileNotFoundException". I known this error, but I
> want skip documents
> to continue index data. 

"onError : (abort|skip|continue) . The default value is 'abort' . 'skip' skips 
the current document. 'continue' continues as if the error did not happen."

http://wiki.apache.org/solr/DataImportHandler#Schema_for_the_data_config

Reply via email to