yes its logic Thank you , but i want understand why the same data is indexing fine in shell using windows SimplePostTool : > > D:\solr\solr-5.3.1>java -classpath example\exampledocs\post.jar -Dauto=yes > -Dc=solr_docs_core -Ddata=files -Drecursive=yes > org.apache.solr.util.SimplePostTool D:\Lucene\document ;
2015-12-02 11:09 GMT+00:00 Gora Mohanty <[email protected]>: > On 2 December 2015 at 16:32, kostali hassan <[email protected]> > 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 >
