Uses of Class
org.dspace.discovery.SearchServiceException

Packages that use SearchServiceException
org.dspace.discovery   
 

Uses of SearchServiceException in org.dspace.discovery
 

Methods in org.dspace.discovery that throw SearchServiceException
 void SolrServiceImpl.cleanIndex(boolean force)
          Iterates over all documents in the Lucene index and verifies they are in database, if not, they are removed.
 void IndexingService.cleanIndex(boolean force)
           
 void SolrServiceImpl.commit()
           
 void IndexingService.commit()
           
 void SolrServiceImpl.indexContent(Context context, DSpaceObject dso, boolean force, boolean commit)
           
 void IndexingService.indexContent(Context context, DSpaceObject dso, boolean force, boolean commit)
           
static void IndexClient.main(String[] args)
          When invoked as a command-line tool, creates, updates, removes content from the whole index
 void IndexingService.optimize()
           
protected  boolean SolrServiceImpl.requiresIndexing(String handle, Date lastModified)
          Is stale checks the lastModified time stamp in the database and the index to determine if the index is stale.
 DiscoverResult SolrServiceImpl.search(Context context, DiscoverQuery query)
           
 DiscoverResult SearchService.search(Context context, DiscoverQuery query)
          Convenient method to call @see #search(Context, DSpaceObject, DiscoverQuery) with a null DSpace Object as scope (i.e.
 DiscoverResult SolrServiceImpl.search(Context context, DiscoverQuery discoveryQuery, boolean includeWithdrawn)
           
 DiscoverResult SearchService.search(Context context, DiscoverQuery query, boolean includeWithdrawn)
           
 DiscoverResult SolrServiceImpl.search(Context context, DSpaceObject dso, DiscoverQuery query)
           
 DiscoverResult SearchService.search(Context context, DSpaceObject dso, DiscoverQuery query)
          Convenient method to call @see #search(Context, DSpaceObject, DiscoverQuery, boolean) with includeWithdrawn=false
 DiscoverResult SolrServiceImpl.search(Context context, DSpaceObject dso, DiscoverQuery discoveryQuery, boolean includeWithdrawn)
           
 DiscoverResult SearchService.search(Context context, DSpaceObject dso, DiscoverQuery query, boolean includeWithdrawn)
           
 InputStream SolrServiceImpl.searchAsInputStream(DiscoverQuery query)
          Simple means to return the search result as an InputStream
 InputStream SolrServiceImpl.searchJSON(Context context, DiscoverQuery query, DSpaceObject dso, String jsonIdentifier)
           
 InputStream SearchService.searchJSON(Context context, DiscoverQuery query, DSpaceObject dso, String jsonIdentifier)
           
 InputStream SolrServiceImpl.searchJSON(Context context, DiscoverQuery discoveryQuery, String jsonIdentifier)
           
 InputStream SearchService.searchJSON(Context context, DiscoverQuery query, String jsonIdentifier)
           
 



Copyright © 2012 DuraSpace. All Rights Reserved.