I'm considering using apache solr as the search backbone on my site.
Along with standard text based search of documents, I want to create an image search tool.
Are there any ...
I'd like to use Lire image search from within Solr. Lire is built on top of Lucene:
http://www.semanticmetadata.net/lire/
What's the best way to integrate Lire in Solr?
I'd especially appreciate links to ...
I am working with Solr 3.3.0 version and I need to index and search Images. I m able to index the image files but it fails to retrieve them as search ...
1. The input for to search certaing types of images are i.) image name ex. traffic signs types of images ii) Country Name: ex, India, US, UK Based on those input i need to search and provide the list of images as results How can i implement and bring some ideas. Thanks!!!