solr - How to fix IndexNotFoundException: no segments* file found? - Stack Overflow
I write my own code to index some data files myself. It was all working. Once I modified the schema.xml
file, now i get internal server error that i have no idea how to interpret it.
Internal Server Error request: http://127.0.0.1:8080/solr/update?wt=javabin&version=2 at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:427) at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:249) at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:105) at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:69) at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54) at solr.client.SolrClient.index(SolrClient.java:109)
Read full article from solr - How to fix IndexNotFoundException: no segments* file found? - Stack Overflow
No comments:
Post a Comment