Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.core.search.api.indexing.resources.configuration.IndexableResourceDataConf

Packages that use IndexableResourceDataConf
org.nuxeo.ecm.core.search.api.indexing.resources.configuration Indexable resource configuration. 
org.nuxeo.ecm.core.search.api.internals   
org.nuxeo.ecm.core.search.backend.testing   
org.nuxeo.ecm.core.search.service   
 

Uses of IndexableResourceDataConf in org.nuxeo.ecm.core.search.api.indexing.resources.configuration
 

Classes in org.nuxeo.ecm.core.search.api.indexing.resources.configuration that implement IndexableResourceDataConf
 class IndexableFieldDescriptor
          Field indexation configuration.
 

Methods in org.nuxeo.ecm.core.search.api.indexing.resources.configuration that return types with arguments of type IndexableResourceDataConf
 java.util.Map<java.lang.String,IndexableResourceDataConf> IndexableResourceDescriptor.getIndexableFields()
           
 java.util.Map<java.lang.String,IndexableResourceDataConf> IndexableResourceConf.getIndexableFields()
          Returns the map from field name to indexable schema field configuration.
 

Method parameters in org.nuxeo.ecm.core.search.api.indexing.resources.configuration with type arguments of type IndexableResourceDataConf
 void IndexableResourceDescriptor.setFields(java.util.Map<java.lang.String,IndexableResourceDataConf> fields)
           
 

Constructor parameters in org.nuxeo.ecm.core.search.api.indexing.resources.configuration with type arguments of type IndexableResourceDataConf
IndexableResourceDescriptor(java.lang.String name, java.lang.String prefix, boolean allFieldsIndexable, java.util.Set<java.lang.String> excludedFields, java.util.Map<java.lang.String,IndexableResourceDataConf> fields, java.lang.String type)
           
 

Uses of IndexableResourceDataConf in org.nuxeo.ecm.core.search.api.internals
 

Methods in org.nuxeo.ecm.core.search.api.internals that return IndexableResourceDataConf
 IndexableResourceDataConf SearchServiceInternals.getIndexableDataConfByName(java.lang.String name)
          Returns the indexing data conf by its name.
 IndexableResourceDataConf SearchServiceInternals.getIndexableDataConfFor(java.lang.String dataName)
          Returns the indexing data conf for a given data name.
 

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

Methods in org.nuxeo.ecm.core.search.backend.testing that return types with arguments of type IndexableResourceDataConf
 java.util.Map<java.lang.String,IndexableResourceDataConf> FakeIndexableDocResourceConf.getIndexableFields()
           
 

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

Methods in org.nuxeo.ecm.core.search.service that return IndexableResourceDataConf
 IndexableResourceDataConf SearchServiceImpl.getIndexableDataConfByName(java.lang.String name)
           
 IndexableResourceDataConf SearchServiceImpl.getIndexableDataConfFor(java.lang.String dataName)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.