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/Uploading+Data+with+Solr+Cell+using+Apache+Tika
 
-Original message-
> From:Rallavagu <rallav...@gmail.com>
> Sent: Thursday 29th October 2015 21:47
> To: solr-user@lucene.apache.org
> Subject: Solr for Pictures
> 
> In general, is there a built-in data handler to index pictures 
> (essentially, EXIF and other data embedded in an image)? If not, what is 
> the best practice to do so? Thanks.
> 


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.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
>  
> 
> 
> 
> 
>> On Oct 29, 2015, at 1:47 PM, Rallavagu > > wrote:
>> 
>> In general, is there a built-in data handler to index pictures (essentially, 
>> EXIF and other data embedded in an image)? If not, what is the best practice 
>> to do so? Thanks.
> 



Solr for Pictures

2015-10-29 Thread Rallavagu
In general, is there a built-in data handler to index pictures 
(essentially, EXIF and other data embedded in an image)? If not, what is 
the best practice to do so? Thanks.


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
 




> On Oct 29, 2015, at 1:47 PM, Rallavagu  wrote:
> 
> In general, is there a built-in data handler to index pictures (essentially, 
> EXIF and other data embedded in an image)? If not, what is the best practice 
> to do so? Thanks.



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 1:56 PM, Daniel Valdivia wrote:

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.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
 





On Oct 29, 2015, at 1:47 PM, Rallavagu > wrote:

In general, is there a built-in data handler to index pictures (essentially, 
EXIF and other data embedded in an image)? If not, what is the best practice to 
do so? Thanks.