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 typecm:content.
-
-
Field Summary
Fields Modifier and Type Field Description PropertyDefinitioncontainingPropertyDefQNamedataTypeDefinitionStringsyntheticPropertyName
-
Constructor Summary
Constructors Constructor Description SyntheticPropertyDefinition(PropertyDefinition containingPropertyDef, String syntheticPropertyName, QName syntheticDataTypeDefinition)
-
-
-
Field Detail
-
containingPropertyDef
public final PropertyDefinition containingPropertyDef
-
syntheticPropertyName
public final String syntheticPropertyName
-
dataTypeDefinition
public final QName dataTypeDefinition
-
-
Constructor Detail
-
SyntheticPropertyDefinition
public SyntheticPropertyDefinition(PropertyDefinition containingPropertyDef, String syntheticPropertyName, QName syntheticDataTypeDefinition)
-
-