You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2013/04/17 21:27:52 UTC

svn commit: r858864 - in /websites/staging/lucene/trunk/content: ./ pylucene/features.html

Author: buildbot
Date: Wed Apr 17 19:27:52 2013
New Revision: 858864

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/pylucene/features.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Apr 17 19:27:52 2013
@@ -1 +1 @@
-1468184
+1469037

Modified: websites/staging/lucene/trunk/content/pylucene/features.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/features.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/features.html Wed Apr 17 19:27:52 2013
@@ -161,29 +161,16 @@ see <a href="http://lucene.apache.org/ja
 <p>To help with debugging and to support some Lucene APIs, PyLucene also
 exposes some Java runtime APIs.</p>
 <h2 id="samples">Samples</h2>
-<p>The best way to learn PyLucene is to look at the many samples
+<p>The best way to learn PyLucene is to look at the samples and tests
 included with the PyLucene source release or on the web at:</p>
 <ul>
 <li>
 <p><a href="http://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/samples">http://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/samples</a></p>
 </li>
 <li>
-<p><a href="http://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/samples/LuceneInAction">http://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/samples/LuceneInAction</a></p>
+<p><a href="http://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/test">http://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/test</a></p>
 </li>
 </ul>
-<p>A large number of samples are shipped with PyLucene. Most notably,
-all the samples published in
-the <a href="http://www.manning.com/hatcher2"><em>Lucene in
-Action</em></a> book that did not depend on a third party Java
-library for which there was no obvious Python equivalent were
-ported to Python and PyLucene.</p>
-<p><em>Lucene in Action</em> is a great companion to learning
-Lucene. Having all the samples available in Python should make it
-even easier for Python developers.</p>
-<p><em>Lucene in Action</em> was written by Erik Hatcher and Otis
-Gospodnetic, both part of the Java Lucene development team, and is
-available from
-<a href="http://www.manning.com/hatcher2">Manning Publications</a>.</p>
 <h2 id="threading-support-with-attachcurrentthread">Threading support with attachCurrentThread</h2>
 <p>Before PyLucene APIs can be used from a thread other than the main
 thread that was not created by the Java Runtime, the