On Tue, Oct 26, 2010 at 2:37 PM, Pawan Darira <pawan.dar...@gmail.com> wrote: > Thanks Mr. Ephraim Ofir. I used the SELECT IF() for my requirement. The > query result is correct. But when i see it in my index, the value stored is > something unusual bunch of characters e.g. "*...@6628ad5a"* [...]
Which database are you indexing from? The field type is probably a blob in the database. Check that, and look into the ClobTransformer: http://wiki.apache.org/solr/DataImportHandler#ClobTransformer Regards, Gora