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 List<SolrFacetService.SyntheticPropertyDefinition>SolrFacetService. getFacetableSyntheticProperties()This method gets all synthetic, facetable properties across all content models in the repository.List<SolrFacetService.SyntheticPropertyDefinition>SolrFacetService. getFacetableSyntheticProperties(QName contentClass)This method gets all synthetic, facetable properties defined on the specified content class (type or aspect) or any of its inherited properties.List<SolrFacetService.SyntheticPropertyDefinition>SolrFacetServiceImpl. getFacetableSyntheticProperties()List<SolrFacetService.SyntheticPropertyDefinition>SolrFacetServiceImpl. getFacetableSyntheticProperties(QName contentClass)
-