value The converter that will be used to convert the class.
Usually will be a converter that converts the class into a String
stored in the search engine index (since for other cases, the
SearchableComponent can be used).
The converter that will be used to convert the class.
Usually will be a converter that converts the class into a String
stored in the search engine index (since for other cases, the
SearchableComponent can be used). Compass comes with a handy class for such converters:
org.compass.core.converter.basic.AbstractBasicConverter .