Class StoreKeyFieldBridge

  • All Implemented Interfaces:
    org.hibernate.search.bridge.StringBridge, org.hibernate.search.bridge.TwoWayStringBridge

    @Deprecated(since="3.3.0")
    public class StoreKeyFieldBridge
    extends Object
    implements org.hibernate.search.bridge.TwoWayStringBridge
    Deprecated.
    As folo recording function has been moved to tracking service, we don't need this storage anymore
    A FieldBridge used for TrackedContentEntry storeKey field when do indexing by hibernate search. Used json as the ser/de-ser way
    • Constructor Detail

      • StoreKeyFieldBridge

        public StoreKeyFieldBridge()
        Deprecated.
    • Method Detail

      • stringToObject

        public Object stringToObject​(String stringValue)
        Deprecated.
        Specified by:
        stringToObject in interface org.hibernate.search.bridge.TwoWayStringBridge
      • objectToString

        public String objectToString​(Object object)
        Deprecated.
        Specified by:
        objectToString in interface org.hibernate.search.bridge.StringBridge