: When I execute the code, it always meet the error:
: Index starting..
: org.apache.solr.common.SolrException: Internal Server Error
did you look at the Solr logs? did they give any indication what the
error was?
-Hoss
ACTION.COMMIT,
false, false);
solr.request(up);
solr.blockUntilFinished();
When I execute the code, it always meet the error:
Index starting..
org.apache.solr.common.SolrException: Internal Server Error
Internal Server Error
request:
http://localhost:8080/solr/update/extract?uprefix=
-user@lucene.apache.org
Subject: Re: org.apache.solr.common.SolrException: Internal Server Error
Try to obtain the server trace, That should tell you what specifically the
error is
--
View this message in context:
http://lucene.472066.n3.nabble.com/org-apache-solr-common-SolrException-Internal
Try to obtain the server trace, That should tell you what specifically the
error is
--
View this message in context:
http://lucene.472066.n3.nabble.com/org-apache-solr-common-SolrException-Internal-Server-Error-tp3842862p3846821.html
Sent from the Solr - User mailing list archive at Nabble.com.
Please review:
http://wiki.apache.org/solr/UsingMailingLists
At a minimum we need the full stack trace, solr version, etc.
in order to have a clue where to start.
Best
Erick
On Tue, Mar 20, 2012 at 12:12 PM, qingwei201314 <87863...@qq.com> wrote:
> I use the solrJ to index a pdf file.
>
I use the solrJ to index a pdf file.
File file = new File("1.pdf");
String urlString = constant.getUrl();
StreamingUpdateSolrServer solr = new
StreamingUpdateSolrServer(
urlString, 1, 1);