On 2 December 2015 at 16:32, kostali hassan <med.has.kost...@gmail.com> wrote: [...] > > When i execute it i get this ERROR: > > org.apache.solr.common.SolrException: URLDecoder: Invalid character > encoding detected after position 79 of query string / form data (while > parsing as UTF-8)
Solr expects UTF-8 data. Your documents are probably in some different encoding. You will need to figure out what the encoding is, and how to convert it to UTF-8. Regards, Gora