Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.core.search.api.client.IndexingException

Packages that use IndexingException
org.nuxeo.ecm.core.search.api.backend Nuxeo Core search engine backend API. 
org.nuxeo.ecm.core.search.api.backend.indexing.resources.factory Search engine backend resolved resources factories. 
org.nuxeo.ecm.core.search.api.client Nuxeo Core search engine client API. 
org.nuxeo.ecm.core.search.api.client.indexing.resources Base indexable resources API. 
org.nuxeo.ecm.core.search.api.client.indexing.resources.document Document indexable resources. 
org.nuxeo.ecm.core.search.api.client.indexing.resources.document.factory   
org.nuxeo.ecm.core.search.api.client.indexing.resources.document.impl Document indexable resources implementation. 
org.nuxeo.ecm.core.search.api.client.indexing.resources.factory Indexable resources factories. 
org.nuxeo.ecm.core.search.backend.testing   
org.nuxeo.ecm.core.search.service   
org.nuxeo.ecm.platform.audit.search.resources.indexing   
org.nuxeo.ecm.platform.audit.search.resources.indexing.api   
org.nuxeo.ecm.platform.search.backend.core   
org.nuxeo.ecm.platform.search.ejb Nuxeo Core search engine EJB facade. 
 

Uses of IndexingException in org.nuxeo.ecm.core.search.api.backend
 

Methods in org.nuxeo.ecm.core.search.api.backend that throw IndexingException
 void SearchEngineBackend.clear()
          Clear all the indexes.
 void SearchEngineBackend.deleteAggregatedResources(java.lang.String key)
          Deletes an index given an aggregated resources key This will remove all resources indexed with key as key used to identified the set ot resources.
 void SearchEngineBackend.deleteAtomicResource(java.lang.String key)
          Deletes an atomic resource given its key.
 void SearchEngineBackend.index(ResolvedResources resources)
          Index a set of resources.
 void SearchEngineBackend.saveAllSessions()
          Save all pending sessions.
 

Uses of IndexingException in org.nuxeo.ecm.core.search.api.backend.indexing.resources.factory
 

Methods in org.nuxeo.ecm.core.search.api.backend.indexing.resources.factory that throw IndexingException
static ResolvedResources ResolvedResourcesFactory.computeAggregatedResolvedResourcesFrom(IndexableResources resources, boolean fulltext)
           
 

Uses of IndexingException in org.nuxeo.ecm.core.search.api.client
 

Methods in org.nuxeo.ecm.core.search.api.client that throw IndexingException
 void SearchService.clear()
          Completely erases the indexes.
 void SearchService.deleteAggregatedResources(java.lang.String key)
          Deletes an index given an aggregated resources key.
 void SearchService.deleteAtomicResource(java.lang.String key)
          Deletes an atomic resource given its key.
 void SearchService.index(IndexableResources sources, boolean fulltext)
          Adds / updates index(es) given an IndexableResources instance.
 void SearchService.index(ResolvedResources sources)
          Adds / updates index(es) given (ResolvedResources This method is useful for performing the resource resolution outside the search service.
 void SearchService.reindexAll(java.lang.String repoName, java.lang.String path, boolean fulltext)
          Deprecated. does nothing
 void SearchService.saveAllSessions()
          Saves all the pending sessions.
 void SearchService.unindex(DocumentModel dm)
           
 

Uses of IndexingException in org.nuxeo.ecm.core.search.api.client.indexing.resources
 

Methods in org.nuxeo.ecm.core.search.api.client.indexing.resources that throw IndexingException
 ResolvedResource AbstractIndexableResourceFactory.createResolvedResourceFor(java.io.Serializable targetResource, IndexableResourceConf conf, java.lang.String sid)
           
 ResolvedResources AbstractIndexableResourceFactory.createResolvedResourcesFor(java.io.Serializable targetResource, IndexableResourceConf conf, java.lang.String sid)
           
 java.io.Serializable IndexableResource.getValueFor(java.lang.String indexableDataName)
          Returns the value for a given indexable data name.
 ResolvedResource AbstractIndexableResourceFactory.resolveResourceFor(java.io.Serializable targetResource, IndexableResourceConf conf, java.lang.String sid)
           
 

Uses of IndexingException in org.nuxeo.ecm.core.search.api.client.indexing.resources.document
 

Methods in org.nuxeo.ecm.core.search.api.client.indexing.resources.document that throw IndexingException
 void NXCoreIndexableResource.closeCoreSession()
          Explicitly closes the inner core session.
 CoreSession NXCoreIndexableResource.getCoreSession()
          Returns a Nuxeo core session.
 ACP DocumentIndexableResource.getDocMergedACP()
          Returns the merged ACP for the bound document.
 ResolvedResource DocumentIndexableResourceFactory.resolveResourceFor(IndexableResource resource)
           
 

Uses of IndexingException in org.nuxeo.ecm.core.search.api.client.indexing.resources.document.factory
 

Methods in org.nuxeo.ecm.core.search.api.client.indexing.resources.document.factory that throw IndexingException
 ResolvedResource DocumentIndexableResourceFactory.resolveResourceFor(IndexableResource resource)
           
 ResolvedResource DocumentBuiltinsIndexableResourceFactory.resolveResourceFor(IndexableResource resource)
           
 

Uses of IndexingException in org.nuxeo.ecm.core.search.api.client.indexing.resources.document.impl
 

Methods in org.nuxeo.ecm.core.search.api.client.indexing.resources.document.impl that throw IndexingException
 void AbstractNXCoreIndexableResource.closeCoreSession()
          Close the core session only if it was not managed externally, i.e.
 CoreSession AbstractNXCoreIndexableResource.getCoreSession()
           
 ACP DocumentIndexableResourceImpl.getDocMergedACP()
           
 java.io.Serializable DocumentIndexableResourceImpl.getValueFor(java.lang.String indexableDataName)
           
 java.io.Serializable DocumentBuiltinsIndexableResourceImpl.getValueFor(java.lang.String indexableDataName)
           
 

Uses of IndexingException in org.nuxeo.ecm.core.search.api.client.indexing.resources.factory
 

Methods in org.nuxeo.ecm.core.search.api.client.indexing.resources.factory that throw IndexingException
 ResolvedResource IndexableResourceFactory.createResolvedResourceFor(java.io.Serializable targetResource, IndexableResourceConf conf, java.lang.String sid)
          Resolves and returns an indexable resource instance.
 ResolvedResources IndexableResourceFactory.createResolvedResourcesFor(java.io.Serializable targetResource, IndexableResourceConf conf, java.lang.String sid)
          Resolves an indexable resources and returns an aggregated resolved resources instances.
 ResolvedResource IndexableResourceFactory.resolveResourceFor(IndexableResource resource)
          Resolves an indexable resource instance.
 ResolvedResource IndexableResourceFactory.resolveResourceFor(java.io.Serializable targetResource, IndexableResourceConf conf, java.lang.String sid)
          Resolves and returns an indexable resource instance.
 

Uses of IndexingException in org.nuxeo.ecm.core.search.backend.testing
 

Methods in org.nuxeo.ecm.core.search.backend.testing that throw IndexingException
static IndexableResource FakeIndexableDocResourceConf.getIndexableResourceInstance()
           
 java.io.Serializable FakeIndexableResource.getValueFor(java.lang.String indexableDataName)
           
 

Uses of IndexingException in org.nuxeo.ecm.core.search.service
 

Methods in org.nuxeo.ecm.core.search.service that throw IndexingException
 void SearchServiceImpl.clear()
           
 void SearchServiceImpl.deleteAggregatedResources(java.lang.String key)
           
 void SearchServiceImpl.deleteAtomicResource(java.lang.String key)
           
static CoreSession SearchServiceImpl.getCoreSession(java.lang.String repoName)
           
 void SearchServiceImpl.index(IndexableResources sources, boolean fulltext)
           
 void SearchServiceImpl.index(ResolvedResources sources)
           
 void SearchServiceImpl.reindexAll(java.lang.String repoName, java.lang.String path, boolean fulltext)
           
 void SearchServiceImpl.saveAllSessions()
           
 void SearchServiceImpl.unindex(DocumentModel dm)
           
 

Uses of IndexingException in org.nuxeo.ecm.platform.audit.search.resources.indexing
 

Methods in org.nuxeo.ecm.platform.audit.search.resources.indexing that throw IndexingException
 java.util.Map<java.lang.String,java.io.Serializable> AuditIndexableResourceImpl.getLogEntryDataMapFor(long id)
           
 java.io.Serializable AuditIndexableResourceImpl.getValueFor(java.lang.String indexableDataName)
           
 ResolvedResource AuditIndexableResourceFactory.resolveResourceFor(IndexableResource resource)
           
 

Uses of IndexingException in org.nuxeo.ecm.platform.audit.search.resources.indexing.api
 

Methods in org.nuxeo.ecm.platform.audit.search.resources.indexing.api that throw IndexingException
 java.util.Map<java.lang.String,java.io.Serializable> AuditIndexableResource.getLogEntryDataMapFor(long id)
          Returns the log entry data map for a log entry given its id.
 

Uses of IndexingException in org.nuxeo.ecm.platform.search.backend.core
 

Methods in org.nuxeo.ecm.platform.search.backend.core that throw IndexingException
 void CoreSearchBackend.clear()
           
 

Uses of IndexingException in org.nuxeo.ecm.platform.search.ejb
 

Methods in org.nuxeo.ecm.platform.search.ejb that throw IndexingException
 void SearchServiceBean.clear()
           
 void SearchServiceBean.deleteAggregatedResources(java.lang.String key)
           
 void SearchServiceBean.deleteAtomicResource(java.lang.String key)
           
 void SearchServiceBean.index(IndexableResources sources, boolean fulltext)
           
 void SearchServiceBean.index(ResolvedResources sources)
           
 void SearchServiceBean.reindexAll(java.lang.String repoName, java.lang.String path, boolean fulltext)
          Deprecated. 
 void SearchServiceBean.saveAllSessions()
           
 void SearchServiceBean.unindex(DocumentModel dm)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.