Class SolrFacetService.SyntheticPropertyDefinition
java.lang.Object
org.alfresco.repo.search.impl.solr.facet.SolrFacetService.SyntheticPropertyDefinition
- Enclosing interface:
- SolrFacetService
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSyntheticPropertyDefinition(PropertyDefinition containingPropertyDef, String syntheticPropertyName, QName syntheticDataTypeDefinition) -
Method Summary
-
Field Details
-
containingPropertyDef
-
syntheticPropertyName
-
dataTypeDefinition
-
-
Constructor Details
-
SyntheticPropertyDefinition
public SyntheticPropertyDefinition(PropertyDefinition containingPropertyDef, String syntheticPropertyName, QName syntheticDataTypeDefinition)
-
-
Method Details