SolrException: Internal Server Error
- by Priya
Hi All,
I am working on Solr in my application. I am using apache-solr-solrj-1.4.0.jar
When I try to call add(SolrInputDocument doc) of CommonsHttpSolrServer I am getting following exception:
org.apache.solr.common.SolrException: Internal Server Error
Internal Server Error
at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:424)
at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:243)
at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:105)
at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:64)
Can anyone please help me to resolve this problem?
following are attributes in solrconfig.xml:
native
false
true