Class MLTextPropertyValue

java.lang.Object
org.alfresco.solr.client.PropertyValue
org.alfresco.solr.client.MLTextPropertyValue

public class MLTextPropertyValue extends PropertyValue
Represents a multi-lingual property value, comprising a map from locale to string value
Since:
4.0
  • Constructor Details

    • MLTextPropertyValue

      public MLTextPropertyValue()
    • MLTextPropertyValue

      public MLTextPropertyValue(Map<Locale,String> values)
  • Method Details