Uses of Class
org.bejug.javacareers.jobs.search.lucene.PdfException

Packages that use PdfException
org.bejug.javacareers.jobs.search.lucene The Lucene related classes are located here. 
org.bejug.javacareers.jobs.service The Service facade per JavaCareers module for the different views are defined and implemented here. 
 

Uses of PdfException in org.bejug.javacareers.jobs.search.lucene
 

Methods in org.bejug.javacareers.jobs.search.lucene that throw PdfException
 java.util.List ContextSearcher.getContext(java.lang.String searchString, int contextLength)
           
 void PdfIndexer.writeToIndex(java.lang.String file)
           
 void PdfIndexer.writePdfToIndex(java.lang.String file, java.lang.String user)
           
 void PdfIndexer.deletePdfFromIndex(java.lang.String user)
           
static PdfIndexer PdfIndexer.createPdfIndexer(java.lang.String subpath)
           
 

Uses of PdfException in org.bejug.javacareers.jobs.service
 

Methods in org.bejug.javacareers.jobs.service that throw PdfException
 void LucenePdfServiceImpl.addToIndex(java.lang.String filepath, java.lang.String user)
          Adds a PDF file to the Lucene search index. Can take a few seconds to complete.
 void LucenePdfServiceImpl.removeFromIndex(java.lang.String file)
          Removes an indexed PDF file from search index.
 java.util.List LucenePdfServiceImpl.getSearchResultList(java.lang.String query)
          Searches the complete Lucene index for results matching the query.
 java.util.List LucenePdfServiceImpl.getSearchResultList(java.lang.String query, int contextLength)
          Searches the complete Lucene index for results matching the query.
 PdfIndexer LucenePdfServiceImpl.getPdfIndexer()
           
 void LucenePdfService.addToIndex(java.lang.String path, java.lang.String user)
          Adds a PDF file to the Lucene search index.
 void LucenePdfService.removeFromIndex(java.lang.String user)
          Removes an indexed PDF file from search index.
 java.util.List LucenePdfService.getSearchResultList(java.lang.String query)
          Searches the complete Lucene index for results matching the query.
 java.util.List LucenePdfService.getSearchResultList(java.lang.String query, int contextLength)
          Searches the complete Lucene index for results matching the query.
 



Copyright © 2005-2006 BeJUG. All Rights Reserved.