Re: EofException with Solr in Jetty

2011-09-14 Thread Michael Szalay
There is nothing between the client app and the solr server, its on the same machine and on the same app server, only going through the loopback interface. Unfortunatly, I cannot reproduce it, but I see it in the server log. Thanks Michael -- Michael Szalay Senior Software Engineer basis06 AG

Re: EofException with Solr in Jetty

2011-09-14 Thread Michael Szalay
We are using SolrJ 3.1 as our http client... So it may be a bug in there? Regards Michael -- Michael Szalay Senior Software Engineer basis06 AG, Birkenweg 61, CH-3013 Bern - Fon +41 31 311 32 22 http://www.basis06.ch - source of smart business - Ursprüngliche Mail - Von: "Jay J

EofException with Solr in Jetty

2011-09-13 Thread Michael Szalay
) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:451) at java.lang.Thread.run(Thread.java:662) -- Michael Szalay Senior Software Engineer basis06 AG, Birkenweg 61, CH-3013 Bern

Re: How to list all dynamic fields of a document using solrj?

2011-08-30 Thread Michael Szalay
You are right, they are not stored... But I is possible to see them, as the schema browser in the admin application does? Regards Michael -- Michael Szalay Senior Software Engineer basis06 AG, Birkenweg 61, CH-3013 Bern - Fon +41 31 311 32 22 http://www.basis06.ch - source of smart business

Re: How to list all dynamic fields of a document using solrj?

2011-08-29 Thread Michael Szalay
o do this? We are using solrj 3.1.0 and solr 3.1.0. Regards Michael -- Michael Szalay Senior Software Engineer basis06 AG, Birkenweg 61, CH-3013 Bern - Fon +41 31 311 32 22 http://www.basis06.ch - source of smart business - Ursprüngliche Mail - Von: "Juan Grande" An: solr-use

Copying cores with solrj?

2011-08-24 Thread Michael Szalay
quot; so that I can have the current state to start with. I'm missing the "COPY"-Core admin request. How can I copy the index of the first core to the second one in a efficient manner? Regards Michael -- Michael Szalay Senior Software Engineer basis06 AG, Birkenweg 61, CH-3013 B

Reusing SolrServer instances when swapping cores

2011-07-28 Thread Michael Szalay
Hi all We work with two cores ("active" and "passive") and swap them when the reindexing was finished. Is it allowed to reuse the same instance of the SolrServer (both Embedded and Common)? I.E. do they point to the "other" core after the swapping? Regards Mich