Package net.semanticmetadata.lire

Interface Summary
DocumentBuilder Creating an Index

Use DocumentBuilderFactory to create a DocumentBuilder, which will create Lucene Documents from images.

ImageDuplicates This interface specifies the format for returning found duplicates.
ImageSearcher Searching in an Index Use the ImageSearcherFactory for creating an ImageSearcher, which will retrieve the images for you from the index.
ImageSearchHits This class simulates the original Lucene Hits object.
 

Class Summary
AbstractDocumentBuilder Abstract DocumentBuilder, which uses javax.imageio.ImageIO to create a BufferedImage from an InputStream.
AbstractImageSearcher Abstract ImageSearcher, which uses javax.imageio.ImageIO to create a BufferedImage from an InputStream.
DocumentBuilderFactory Creating an Index

Use DocumentBuilderFactory to create a DocumentBuilder, which will create Lucene Documents from images.

ImageSearcherFactory Searching in an Index Use the ImageSearcherFactory for creating an ImageSearcher, which will retrieve the images for you from the index.