The DIH statement works fine if I run it directly in SQL developer. It's sth like: decode(<oracle_field>, 0, 'string_1', 1, 'string_2') The <oracle_field> is of type int, and in the schema.xml, since the decode output is string then the corresponding indexed field is of type string.
Is there a problem declaring a field in schema.xml with a different data type than it is in oracle? -- View this message in context: http://lucene.472066.n3.nabble.com/changing-data-type-tp2087811p2088215.html Sent from the Solr - User mailing list archive at Nabble.com.