Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.core.search.api.indexing.resources.configuration.document.FulltextFieldDescriptor

Packages that use FulltextFieldDescriptor
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.blobs   
org.nuxeo.ecm.core.search.blobs   
org.nuxeo.ecm.core.search.service   
org.nuxeo.ecm.platform.search.ejb Nuxeo Core search engine EJB facade. 
 

Uses of FulltextFieldDescriptor 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 FulltextFieldDescriptor
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 FulltextFieldDescriptor in org.nuxeo.ecm.core.search.api.client
 

Methods in org.nuxeo.ecm.core.search.api.client that return FulltextFieldDescriptor
 FulltextFieldDescriptor SearchService.getFullTextDescriptorByName(java.lang.String prefixedName)
          Returns the full text descriptor given its name.
 

Uses of FulltextFieldDescriptor in org.nuxeo.ecm.core.search.api.client.indexing.blobs
 

Methods in org.nuxeo.ecm.core.search.api.client.indexing.blobs with parameters of type FulltextFieldDescriptor
 java.lang.String BlobExtractor.extract(Blob blob, java.lang.String mimetype, FulltextFieldDescriptor desc)
          Extracts fulltext from a streaming blob.
 

Uses of FulltextFieldDescriptor in org.nuxeo.ecm.core.search.blobs
 

Methods in org.nuxeo.ecm.core.search.blobs with parameters of type FulltextFieldDescriptor
 java.lang.String NXTransformBlobExtractor.extract(Blob blob, java.lang.String mimetype, FulltextFieldDescriptor desc)
           
 

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

Methods in org.nuxeo.ecm.core.search.service that return FulltextFieldDescriptor
 FulltextFieldDescriptor SearchServiceImpl.getFullTextDescriptorByName(java.lang.String name)
           
 

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

Methods in org.nuxeo.ecm.platform.search.ejb that return FulltextFieldDescriptor
 FulltextFieldDescriptor SearchServiceBean.getFullTextDescriptorByName(java.lang.String prefixedName)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.