org.hibernate.search.bridge

Interface TwoWayStringBridge

    • Method Detail

      • stringToObject

        Object stringToObject(String stringValue)
        Convert the index string representation to an object.
        Parameters:
        stringValue - The index value.
        Returns:
        Takes the string representation from the Lucene index and transforms it back into the original Object.

Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved