mirror of https://github.com/apache/lucene.git
update sample command output in tutorial to be more current then 2009
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306077 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
338673335f
commit
70e2949e24
|
@ -77,13 +77,10 @@ To launch Jetty with the Solr WAR, and the example configs, just run the <span c
|
||||||
</p>
|
</p>
|
||||||
<pre class="code">
|
<pre class="code">
|
||||||
user:~/solr/example$ <strong>java -jar start.jar</strong>
|
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
|
2012-03-27 17:11:29.529:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
|
||||||
2009-10-23 16:42:53.907::INFO: jetty-6.1.26
|
2012-03-27 17:11:29.696:INFO::jetty-6.1-SNAPSHOT
|
||||||
|
|
||||||
...
|
...
|
||||||
|
2012-03-27 17:11:32.343:INFO::Started SocketConnector@0.0.0.0:8983
|
||||||
Oct 23, 2009 4:41:56 PM org.apache.solr.core.SolrCore registerSearcher
|
|
||||||
INFO: [] Registered new searcher Searcher@7c3885 main
|
|
||||||
</pre>
|
</pre>
|
||||||
<p>
|
<p>
|
||||||
This will start up the Jetty application server on port 8983, and use your terminal to display the logging information from Solr.
|
This will start up the Jetty application server on port 8983, and use your terminal to display the logging information from Solr.
|
||||||
|
@ -117,8 +114,7 @@ indicating the URL of the Solr server:
|
||||||
</p>
|
</p>
|
||||||
<pre class="code">
|
<pre class="code">
|
||||||
user:~/solr/example/exampledocs$ <strong>java -jar post.jar solr.xml monitor.xml</strong>
|
user:~/solr/example/exampledocs$ <strong>java -jar post.jar solr.xml monitor.xml</strong>
|
||||||
SimplePostTool: version 1.2
|
SimplePostTool: version 1.4
|
||||||
SimplePostTool: WARNING: Make sure your XML documents are encoded in UTF-8, other encodings are not currently supported
|
|
||||||
SimplePostTool: POSTing files to http://localhost:8983/solr/update..
|
SimplePostTool: POSTing files to http://localhost:8983/solr/update..
|
||||||
SimplePostTool: POSTing file solr.xml
|
SimplePostTool: POSTing file solr.xml
|
||||||
SimplePostTool: POSTing file monitor.xml
|
SimplePostTool: POSTing file monitor.xml
|
||||||
|
@ -139,19 +135,19 @@ You can index all of the sample data, using the following command (assuming your
|
||||||
</p>
|
</p>
|
||||||
<pre class="code">
|
<pre class="code">
|
||||||
user:~/solr/example/exampledocs$ <strong>java -jar post.jar *.xml</strong>
|
user:~/solr/example/exampledocs$ <strong>java -jar post.jar *.xml</strong>
|
||||||
SimplePostTool: version 1.2
|
SimplePostTool: version 1.4
|
||||||
SimplePostTool: WARNING: Make sure your XML documents are encoded in UTF-8, other encodings are not currently supported
|
|
||||||
SimplePostTool: POSTing files to http://localhost:8983/solr/update..
|
SimplePostTool: POSTing files to http://localhost:8983/solr/update..
|
||||||
|
SimplePostTool: POSTing file gb18030-example.xml
|
||||||
SimplePostTool: POSTing file hd.xml
|
SimplePostTool: POSTing file hd.xml
|
||||||
SimplePostTool: POSTing file ipod_other.xml
|
SimplePostTool: POSTing file ipod_other.xml
|
||||||
SimplePostTool: POSTing file ipod_video.xml
|
SimplePostTool: POSTing file ipod_video.xml
|
||||||
SimplePostTool: POSTing file mem.xml
|
SimplePostTool: POSTing file mem.xml
|
||||||
SimplePostTool: POSTing file monitor.xml
|
SimplePostTool: POSTing file money.xml
|
||||||
SimplePostTool: POSTing file monitor2.xml
|
SimplePostTool: POSTing file monitor2.xml
|
||||||
|
SimplePostTool: POSTing file monitor.xml
|
||||||
SimplePostTool: POSTing file mp500.xml
|
SimplePostTool: POSTing file mp500.xml
|
||||||
SimplePostTool: POSTing file sd500.xml
|
SimplePostTool: POSTing file sd500.xml
|
||||||
SimplePostTool: POSTing file solr.xml
|
SimplePostTool: POSTing file solr.xml
|
||||||
SimplePostTool: POSTing file spellchecker.xml
|
|
||||||
SimplePostTool: POSTing file utf8-example.xml
|
SimplePostTool: POSTing file utf8-example.xml
|
||||||
SimplePostTool: POSTing file vidcard.xml
|
SimplePostTool: POSTing file vidcard.xml
|
||||||
SimplePostTool: COMMITting Solr index changes..
|
SimplePostTool: COMMITting Solr index changes..
|
||||||
|
@ -582,7 +578,7 @@ in subsequent searches.
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div class="copyright">
|
<div class="copyright">
|
||||||
Copyright ©
|
Copyright ©
|
||||||
2007 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
|
2012 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue