SolrException: Internal Server Error

Posted by Priya on Stack Overflow See other posts from Stack Overflow or by Priya
Published on 2010-05-24T07:26:44Z Indexed on 2010/05/24 7:31 UTC
Read the original article Hit count: 473

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about search

Related posts about indexing