Problem enum type field

2017-09-09 Thread Marcin T
HI, In my project i use Apache Solr version 6.2.1. A schema.xml contains an enum field. When I try to index this field (sending a java object with an enum via solrj) I get an exception (stacktrace below) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at ht

How to deploy Solr 5.5 in Tomcat 8

2016-02-29 Thread Marcin T
Hi, Since Solr 5.x there is no web archive (war) in standard distribution. So I'm building a web archive (war) and I'm deploying it in my Tomcat 8 container. It works to Solr 5.3. Since Solr 5.4 it doesn't works (admin's page doesn't works). A problem is with org.apache.solr.servlet.LoadAdminUiSer