<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog despre resurse educaţionale din IT &#187; apache</title>
	<atom:link href="http://resurse-educationale.uv.ro/?feed=rss2&#038;tag=apache" rel="self" type="application/rss+xml" />
	<link>http://resurse-educationale.uv.ro</link>
	<description>Cu informatii pentru dezvoltare personala, dar şi pentru studentţi, elevi, profesori, webmasteri, programatori</description>
	<lastBuildDate>Fri, 27 Jan 2012 01:12:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Solr tutorial</title>
		<link>http://resurse-educationale.uv.ro/?p=8</link>
		<comments>http://resurse-educationale.uv.ro/?p=8#comments</comments>
		<pubDate>Fri, 28 Jan 2011 10:01:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Solr]]></category>

		<guid isPermaLink="false">http://resurse-educationale.uv.ro/?p=8</guid>
		<description><![CDATA[Please run the browser showing this tutorial and the Solr server on the same machine so tutorial links will correctly point to your Solr server. Begin by unziping the Solr release and changing your working directory to be the &#8220;example&#8221; &#8230; <a href="http://resurse-educationale.uv.ro/?p=8">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><strong>Please run the browser showing this tutorial and the Solr server on the same machine so tutorial links will correctly point to your Solr server. </strong></p>
<p>Begin by unziping the Solr release and changing your working directory to be the &#8220;example&#8221; directory.  (Note that the base directory name may vary with the version of Solr downloaded.)  For example, with a shell in UNIX, Cygwin, or MacOS:</p>
<pre>user:~solr$ <strong>ls</strong>
solr-nightly.zip
user:~solr$ <strong>unzip -q solr-nightly.zip</strong>
user:~solr$ <strong>cd solr-nightly/example/</strong></pre>
<p>Solr can run in any Java Servlet Container of your choice, but to simplify this tutorial, the example index includes a small installation of Jetty.</p>
<p>To launch Jetty with the Solr WAR, and the example configs, just run the start.jar &#8230;</p>
<pre>user:~/solr/example$ <strong>java -jar start.jar</strong>
2009-10-23 16:42:53.816::INFO:  Logging to STDERR via org.mortbay.log.StdErrLog
2009-10-23 16:42:53.907::INFO:  jetty-6.1.3

...

Oct 23, 2009 4:41:56 PM org.apache.solr.core.SolrCore registerSearcher
INFO: [] Registered new searcher Searcher@7c3885 main</pre>
<p>This will start up the Jetty application server on port 8983, and use your terminal to display the logging information from Solr.</p>
<p>You can see that the Solr is running by loading <a href="http://localhost:8983/solr/admin/">http://localhost:8983/solr/admin/</a> in your web browser.  This is the main starting point for Administering Solr.</p>
<p>http://lucene.apache.org/solr/tutorial.html</p>
]]></content:encoded>
			<wfw:commentRss>http://resurse-educationale.uv.ro/?feed=rss2&#038;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
