Uses of Package
net.semanticmetadata.lire

Packages that use net.semanticmetadata.lire
net.semanticmetadata.lire   
net.semanticmetadata.lire.impl   
 

Classes in net.semanticmetadata.lire used by net.semanticmetadata.lire
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.
 

Classes in net.semanticmetadata.lire used by net.semanticmetadata.lire.impl
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.
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.