<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using Solrj &#8211; A short guide to getting started with Solrj</title>
	<atom:link href="http://e-mats.org/2008/04/using-solrj-a-short-guide-to-getting-started-with-solrj/feed/" rel="self" type="application/rss+xml" />
	<link>http://e-mats.org/2008/04/using-solrj-a-short-guide-to-getting-started-with-solrj/</link>
	<description>Where desperate is just another word for a regular day.</description>
	<lastBuildDate>Sat, 31 Jul 2010 05:07:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Kams</title>
		<link>http://e-mats.org/2008/04/using-solrj-a-short-guide-to-getting-started-with-solrj/comment-page-1/#comment-1515</link>
		<dc:creator>Kams</dc:creator>
		<pubDate>Wed, 05 May 2010 13:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://push.lindh.no/~mats/wordpress/wordpress/?p=4#comment-1515</guid>
		<description>:)
Hi All,
Very helpful tutorial!
Thanks a lot.</description>
		<content:encoded><![CDATA[<p>:)<br />
Hi All,<br />
Very helpful tutorial!<br />
Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mats</title>
		<link>http://e-mats.org/2008/04/using-solrj-a-short-guide-to-getting-started-with-solrj/comment-page-1/#comment-1387</link>
		<dc:creator>Mats</dc:creator>
		<pubDate>Fri, 05 Mar 2010 14:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://push.lindh.no/~mats/wordpress/wordpress/?p=4#comment-1387</guid>
		<description>Read about &lt;a href=&quot;http://old.nabble.com/Using-Lucene-index-in-Solr-td4983079.html&quot; rel=&quot;nofollow&quot;&gt;how to use an existing Lucene index&lt;/a&gt; in Solr at the solr-user mailinglist. Hopefully that helps!</description>
		<content:encoded><![CDATA[<p>Read about <a href="http://old.nabble.com/Using-Lucene-index-in-Solr-td4983079.html" rel="nofollow">how to use an existing Lucene index</a> in Solr at the solr-user mailinglist. Hopefully that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre</title>
		<link>http://e-mats.org/2008/04/using-solrj-a-short-guide-to-getting-started-with-solrj/comment-page-1/#comment-1384</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Thu, 04 Mar 2010 19:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://push.lindh.no/~mats/wordpress/wordpress/?p=4#comment-1384</guid>
		<description>Hi Mats,

My application already has the Lucene´s indexes and I want to use it with the Solr passing the path where the indexes are stored. How can I do this?

Thanks a lot.
André</description>
		<content:encoded><![CDATA[<p>Hi Mats,</p>
<p>My application already has the Lucene´s indexes and I want to use it with the Solr passing the path where the indexes are stored. How can I do this?</p>
<p>Thanks a lot.<br />
André</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mats</title>
		<link>http://e-mats.org/2008/04/using-solrj-a-short-guide-to-getting-started-with-solrj/comment-page-1/#comment-1003</link>
		<dc:creator>Mats</dc:creator>
		<pubDate>Mon, 23 Nov 2009 14:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://push.lindh.no/~mats/wordpress/wordpress/?p=4#comment-1003</guid>
		<description>The exception indicates that the request timed out while trying to get results from the Solr server. This can be caused by the Solr server not being available, locking up or other issues. Try issuing the same query through the web interface to the solr server or use Wireshark to look at the traffic between your application and the Solr server.</description>
		<content:encoded><![CDATA[<p>The exception indicates that the request timed out while trying to get results from the Solr server. This can be caused by the Solr server not being available, locking up or other issues. Try issuing the same query through the web interface to the solr server or use Wireshark to look at the traffic between your application and the Solr server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Jackson</title>
		<link>http://e-mats.org/2008/04/using-solrj-a-short-guide-to-getting-started-with-solrj/comment-page-1/#comment-1002</link>
		<dc:creator>William Jackson</dc:creator>
		<pubDate>Mon, 23 Nov 2009 13:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://push.lindh.no/~mats/wordpress/wordpress/?p=4#comment-1002</guid>
		<description>I am trying to run a SolrJ test program.  I am having problems with the Tomcat 6.0 configuration for SolrJ.  Sorry for posting the Exception Trace.  What does it mean:


org.apache.solr.client.solrj.SolrServerException: Error executing query
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:96)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:109)
	at SolrJQuery.query(SolrJQuery.java:64)
	at SolrJQuery.main(SolrJQuery.java:112)
Caused by: org.apache.solr.client.solrj.SolrServerException: java.net.SocketTimeoutException: Read timed out
	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:391)
	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:183)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)
	... 3 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:129)
	at com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputRecord.java:293)
	at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:331)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:789)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1112)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:623)
	at com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59)
	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
	at org.apache.commons.httpclient.HttpConnection.flushRequestOutputStream(HttpConnection.java:828)
	at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.flushRequestOutputStream(MultiThreadedHttpConnectionManager.java:1565)
	at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:2116)
	at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1096)
	at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:335)
	... 5 more</description>
		<content:encoded><![CDATA[<p>I am trying to run a SolrJ test program.  I am having problems with the Tomcat 6.0 configuration for SolrJ.  Sorry for posting the Exception Trace.  What does it mean:</p>
<p>org.apache.solr.client.solrj.SolrServerException: Error executing query<br />
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:96)<br />
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:109)<br />
	at SolrJQuery.query(SolrJQuery.java:64)<br />
	at SolrJQuery.main(SolrJQuery.java:112)<br />
Caused by: org.apache.solr.client.solrj.SolrServerException: java.net.SocketTimeoutException: Read timed out<br />
	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:391)<br />
	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:183)<br />
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)<br />
	&#8230; 3 more<br />
Caused by: java.net.SocketTimeoutException: Read timed out<br />
	at java.net.SocketInputStream.socketRead0(Native Method)<br />
	at java.net.SocketInputStream.read(SocketInputStream.java:129)<br />
	at com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputRecord.java:293)<br />
	at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:331)<br />
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:789)<br />
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1112)<br />
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:623)<br />
	at com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59)<br />
	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)<br />
	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)<br />
	at org.apache.commons.httpclient.HttpConnection.flushRequestOutputStream(HttpConnection.java:828)<br />
	at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.flushRequestOutputStream(MultiThreadedHttpConnectionManager.java:1565)<br />
	at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:2116)<br />
	at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1096)<br />
	at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)<br />
	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)<br />
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)<br />
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)<br />
	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:335)<br />
	&#8230; 5 more</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jordi</title>
		<link>http://e-mats.org/2008/04/using-solrj-a-short-guide-to-getting-started-with-solrj/comment-page-1/#comment-877</link>
		<dc:creator>jordi</dc:creator>
		<pubDate>Wed, 30 Sep 2009 18:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://push.lindh.no/~mats/wordpress/wordpress/?p=4#comment-877</guid>
		<description>Hi,
Does anybody how to query a specific core with solrj ?
I have a core0 configured but I didnt find how to query it with solrj

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Does anybody how to query a specific core with solrj ?<br />
I have a core0 configured but I didnt find how to query it with solrj</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Bennett</title>
		<link>http://e-mats.org/2008/04/using-solrj-a-short-guide-to-getting-started-with-solrj/comment-page-1/#comment-787</link>
		<dc:creator>Mark Bennett</dc:creator>
		<pubDate>Tue, 04 Aug 2009 23:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://push.lindh.no/~mats/wordpress/wordpress/?p=4#comment-787</guid>
		<description>A very helpful tutorial, thanks!

BTW, I think this line should be tweaked:
List facetEntries = facet.getValues();

To:
List  facetEntries = facet.getValues();

At least with my compiler setup I was getting a warning about missing semicolon in the first version.</description>
		<content:encoded><![CDATA[<p>A very helpful tutorial, thanks!</p>
<p>BTW, I think this line should be tweaked:<br />
List facetEntries = facet.getValues();</p>
<p>To:<br />
List  facetEntries = facet.getValues();</p>
<p>At least with my compiler setup I was getting a warning about missing semicolon in the first version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mats</title>
		<link>http://e-mats.org/2008/04/using-solrj-a-short-guide-to-getting-started-with-solrj/comment-page-1/#comment-656</link>
		<dc:creator>Mats</dc:creator>
		<pubDate>Wed, 27 May 2009 09:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://push.lindh.no/~mats/wordpress/wordpress/?p=4#comment-656</guid>
		<description>@Sergey: Remember to commit after adding the documents, otherwise they will not be added to the index.

@aida: To index xml-files directly, just submit the XML documents through a regular POST operation to the /update-handler. This is what solrj does in the background for you.</description>
		<content:encoded><![CDATA[<p>@Sergey: Remember to commit after adding the documents, otherwise they will not be added to the index.</p>
<p>@aida: To index xml-files directly, just submit the XML documents through a regular POST operation to the /update-handler. This is what solrj does in the background for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergey</title>
		<link>http://e-mats.org/2008/04/using-solrj-a-short-guide-to-getting-started-with-solrj/comment-page-1/#comment-655</link>
		<dc:creator>Sergey</dc:creator>
		<pubDate>Wed, 27 May 2009 09:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://push.lindh.no/~mats/wordpress/wordpress/?p=4#comment-655</guid>
		<description>Very helpful tutorial!

Trying to follow it, I wrote a small app that uses Solr through Solrj. Everything works fine except for the fact that I don&#039;t get the results I expect. :) Probably because I can&#039;t find where the indexed data is kept. The Solr documentation says that it should go the the solr/data directory which is made automatically by Solr. But it&#039;s not there.

Does anybody know the answer?

Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Very helpful tutorial!</p>
<p>Trying to follow it, I wrote a small app that uses Solr through Solrj. Everything works fine except for the fact that I don&#8217;t get the results I expect. :) Probably because I can&#8217;t find where the indexed data is kept. The Solr documentation says that it should go the the solr/data directory which is made automatically by Solr. But it&#8217;s not there.</p>
<p>Does anybody know the answer?</p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aida</title>
		<link>http://e-mats.org/2008/04/using-solrj-a-short-guide-to-getting-started-with-solrj/comment-page-1/#comment-615</link>
		<dc:creator>aida</dc:creator>
		<pubDate>Mon, 06 Apr 2009 16:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://push.lindh.no/~mats/wordpress/wordpress/?p=4#comment-615</guid>
		<description>Hi All,

 I want to index the document fields in a xml file to index using solrj. I
 know how to index the document fields using doc.addfield(). But I dont know
 how to post the xml document instead of adding each field in solrj.

 Can I index xml file using solrj? Can anyone help me in how to do this?

 Thanks,</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p> I want to index the document fields in a xml file to index using solrj. I<br />
 know how to index the document fields using doc.addfield(). But I dont know<br />
 how to post the xml document instead of adding each field in solrj.</p>
<p> Can I index xml file using solrj? Can anyone help me in how to do this?</p>
<p> Thanks,</p>
]]></content:encoded>
	</item>
</channel>
</rss>
