Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.core.search.api.client.indexing.resources.IndexableResources

Packages that use IndexableResources
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.factory Indexable resources factories. 
org.nuxeo.ecm.core.search.api.client.indexing.resources.impl Base indexable resources API implementation. 
org.nuxeo.ecm.core.search.service   
org.nuxeo.ecm.platform.search.ejb Nuxeo Core search engine EJB facade. 
 

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

Methods in org.nuxeo.ecm.core.search.api.backend.indexing.resources.factory with parameters of type IndexableResources
static ResolvedResources ResolvedResourcesFactory.computeAggregatedResolvedResourcesFrom(IndexableResources resources, boolean fulltext)
           
static java.lang.String ResolvedResourcesFactory.extractAllForFullText(FulltextFieldDescriptor desc, IndexableResource resource, IndexableResources resources)
           
static java.lang.String ResolvedResourcesFactory.extractAllForFullText(FulltextFieldDescriptor desc, IndexableResources resources)
           
static java.lang.String ResolvedResourcesFactory.extractAllForFullText(java.lang.String resourceName, FulltextFieldDescriptor desc, IndexableResources resources)
           
 

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

Methods in org.nuxeo.ecm.core.search.api.client with parameters of type IndexableResources
 void SearchService.index(IndexableResources sources, boolean fulltext)
          Adds / updates index(es) given an IndexableResources instance.
 

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

Methods in org.nuxeo.ecm.core.search.api.client.indexing.resources.factory that return IndexableResources
static IndexableResources IndexableResourcesFactory.computeResourcesFor(DocumentModel dm)
           
 

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

Classes in org.nuxeo.ecm.core.search.api.client.indexing.resources.impl that implement IndexableResources
 class IndexableResourcesImpl
          Indexable resources impl.
 

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

Methods in org.nuxeo.ecm.core.search.service with parameters of type IndexableResources
 void SearchServiceImpl.index(IndexableResources sources, boolean fulltext)
           
 

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

Methods in org.nuxeo.ecm.platform.search.ejb with parameters of type IndexableResources
 void SearchServiceBean.index(IndexableResources sources, boolean fulltext)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.