Class SolrFacetService.SyntheticPropertyDefinition

java.lang.Object
org.alfresco.repo.search.impl.solr.facet.SolrFacetService.SyntheticPropertyDefinition
Enclosing interface:
SolrFacetService

public static class SolrFacetService.SyntheticPropertyDefinition extends Object
This class represents a special case of a property, examples being file size and MIME type, which are not modelled as Alfresco content model properties, but are instead stored as components within properties of type cm:content.
  • Field Details

    • containingPropertyDef

      public final PropertyDefinition containingPropertyDef
    • syntheticPropertyName

      public final String syntheticPropertyName
    • dataTypeDefinition

      public final QName dataTypeDefinition
  • Constructor Details

    • SyntheticPropertyDefinition

      public SyntheticPropertyDefinition(PropertyDefinition containingPropertyDef, String syntheticPropertyName, QName syntheticDataTypeDefinition)
  • Method Details