Hello , I was following the instruction
https://lucene.apache.org/solr/guide/7_1/uploading-data-with-solr-cell-using-apache-tika.html
to upload files with metadata stored and indexed in solr. I was checking
the extracted creation date ( attr_meta_creation_date ), for image, jpg
etc, the creation da
Thank you very much Alex for the great suggestion.
On Fri, Apr 5, 2019 at 7:25 PM Alexandre Rafalovitch
wrote:
> Well, Tika would use different libraries to extract different formats.
> So maybe there is a bug. I would just get a standalone tika (of
> matching version to the one in Solr) and see
uploading video to solr via tika
https://lucene.apache.org/solr/guide/7_7/uploading-data-with-solr-cell-using-apache-tika.html
The index has no video GPS metadata which is extracted and indexed for
images such as jpeg. I have checked both MP4 and MOV files, the files I
checked all have GPS Exif dat
;,
"attr_last_save_date":["2019-03-29T04:36:39Z"],
"attr_xmpdm_audiosamplerate":["1000"],
"attr_meta_save_date":["2019-03-29T04:36:39Z"],
"attr_modified":["2019-03-29T04:36:39Z"],
Thank you very much Tim, I wonder how to make the Tika change apply to
Solr? I saw Tika core, parse and xml jar files tika-core.jar
tika-parsers.jar tika-xml.jar in solr contrib/extraction/lib folder. Do we
just replace these files? Thanks!
On Thu, May 2, 2019 at 12:16 PM Where is Where wrote
Sorry Tim! I missed your last message about this issue! Thank you very much
for the information.
Is the latest 1.21 Tika Incorporated with the change already? and how about
solr?
Thanks!
On Fri, May 3, 2019 at 11:28 AM Where is Where wrote:
> Thank you very much Tim, I wonder how to make