Class StoreKeyFieldBridge
- java.lang.Object
-
- org.commonjava.indy.folo.data.idxmodel.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 anymoreA FieldBridge used forTrackedContentEntrystoreKey field when do indexing by hibernate search. Used json as the ser/de-ser way
-
-
Constructor Summary
Constructors Constructor Description StoreKeyFieldBridge()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringobjectToString(Object object)Deprecated.ObjectstringToObject(String stringValue)Deprecated.
-