I'd like to create a search engine for my photo sharing website. The search engine would just need to return results based on "tag" words. Photos would be sorted by popularity, newness, or a combination of the two.
I was curious whether I could just use the Yahoo BOSS api to accomplish this instead of setting up my own search engine (using lucene, solr, etc..).
I've looked at the documentation some, but haven't been able to figure out whether the BOSS api would let me import my entire index of results (instead of just searching what is already in the yahoo index) and then be able to update items in the search index with "tags" as users tag photos on the site.
Any other developers have experience doing something like this with Yahoo BOSS?