Uses of Class
org.alfresco.repo.search.impl.solr.facet.SolrFacetService.SyntheticPropertyDefinition
-
Packages that use SolrFacetService.SyntheticPropertyDefinition Package Description org.alfresco.repo.search.impl.solr.facet -
-
Uses of SolrFacetService.SyntheticPropertyDefinition in org.alfresco.repo.search.impl.solr.facet
Methods in org.alfresco.repo.search.impl.solr.facet that return types with arguments of type SolrFacetService.SyntheticPropertyDefinition Modifier and Type Method Description java.util.List<SolrFacetService.SyntheticPropertyDefinition>SolrFacetService. getFacetableSyntheticProperties()This method gets all synthetic, facetable properties across all content models in the repository.java.util.List<SolrFacetService.SyntheticPropertyDefinition>SolrFacetService. getFacetableSyntheticProperties(org.alfresco.service.namespace.QName contentClass)This method gets all synthetic, facetable properties defined on the specified content class (type or aspect) or any of its inherited properties.java.util.List<SolrFacetService.SyntheticPropertyDefinition>SolrFacetServiceImpl. getFacetableSyntheticProperties()java.util.List<SolrFacetService.SyntheticPropertyDefinition>SolrFacetServiceImpl. getFacetableSyntheticProperties(org.alfresco.service.namespace.QName contentClass)
-