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
public class StoreKeyFieldBridge extends Object implements org.hibernate.search.bridge.TwoWayStringBridge
A FieldBridge used forTrackedContentEntrystoreKey field when do indexing by hibernate search. Used json as the ser/de-ser way
-
-
Constructor Summary
Constructors Constructor Description StoreKeyFieldBridge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringobjectToString(Object object)ObjectstringToObject(String stringValue)
-