Hey all, I am working on the basics of an image search engine. I want to ask for feedback on something.
Should I create a new directory in a segment parse_image? And then put the images there? If not where should I put them, in the parse_text? I created a class ImageWritable just like the Jira task said. This class contains image meta data as well as two BytesWritable for the original image and the thumbnail. One more question, what ramifications does that have for the type of Parse that I am returning? Do I need to create a ParseImage class to hold it? The actual parsing infrastructure is something that I am still studying so any ideas here would be great. Thanks, Steve