Re: Import data from Mysql concat issues

2014-05-23 Thread anarchos78
p://lucene.472066.n3.nabble.com/Import-data-from-Mysql-concat-issues-tp4137814p4137939.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Import data from Mysql concat issues

2014-05-23 Thread Erick Erickson
- > View this message in context: > http://lucene.472066.n3.nabble.com/Import-data-from-Mysql-concat-issues-tp4137814p4137908.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Import data from Mysql concat issues

2014-05-23 Thread anarchos78
I think that it happens at index time. The reason is that when i query for the specific field solr returns the "?" string! -- View this message in context: http://lucene.472066.n3.nabble.com/Import-data-from-Mysql-concat-issues-tp4137814p4137908.html Sent from the Solr - User ma

Re: Import data from Mysql concat issues

2014-05-23 Thread Erick Erickson
)') END))) AS > grid_title, CAST(CONCAT_WS('_',id,model) AS CHAR) AS solr_id, > apofasi_number, apofasi_date, apofasi_tmima, CONCAT(IFNULL(apofasi_thema, > ''), ' ', IFNULL(apofasi_description, ''), ' ', apofasi_body) AS content,

Import data from Mysql concat issues

2014-05-23 Thread anarchos78
. The "data-config.xml" file is utf-8 encoded and at the beginning there is the "" xml directive. I have also tried to set in the dataSource url “characterEncoding=utf8” but indexing fails. What am I missing here? Is there any workaround for this? Below is a snippet from data-c