Hello, Is there any built in support for indexing Oracle-databases with columns of type Clob? I've declared a field in schema.xml of type text. But after indexing, this field contains only the string representation of the object oracle.sql.Clob, and not the content of the column.
// Joel