Re: Solr for Pictures

2015-10-29 Thread Rallavagu
I was playing with exiftool (written in perl) and a custom java class built using metadata-extrator project (https://github.com/drewnoakes/metadata-extractor) and wondering if there is anything built into Solr or are there any best practices (general practices) to index pictures. On 10/29/15

Re: Solr for Pictures

2015-10-29 Thread Daniel Valdivia
Some extra googling yield this Wiki from a integration between Tika and a EXIFTool https://wiki.apache.org/tika/EXIFToolParser > On Oct 29, 2015, at 1:48 PM, Daniel Valdivia wrote: > > I think you can look into Tika for this https://tika.apache.or

RE: Solr for Pictures

2015-10-29 Thread Markus Jelsma
Hi - Solr does integrate with Apache Tika, which happily accepts images and other media formats. I am not sure if EXIF is exposed though but you might want to try. Otherwise patch it up or use Tika in your own process that indexes data to Solr. https://cwiki.apache.org/confluence/display/solr

Re: Solr for Pictures

2015-10-29 Thread Daniel Valdivia
I think you can look into Tika for this https://tika.apache.org/ There’s handlers to integrate Tika and Solr, some context: https://cwiki.apache.org/confluence/display/solr/Uploading+Data+with+Solr+Cell+using+Apache+Tika