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 2012/08/22 21:55:48 UTC

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

Author: buildbot
Date: Wed Aug 22 19:55:47 2012
New Revision: 829742

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 Aug 22 19:55:47 2012
@@ -1 +1 @@
-1376209
+1376213

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 Aug 22 19:55:47 2012
@@ -133,16 +133,16 @@
       <div><p><warning>
 Before calling any PyLucene API that requires the Java VM, start it by
 calling <code>initVM(classpath, ...)</code>. More about this function
-in <a href="site:jcc/documentation/readme">here</a>.
+in <a href="jcc/features.html">here</a>.
 </warning></p>
 <h1 id="installing-pylucene">Installing PyLucene</h1>
 <p>PyLucene is a Python extension built with 
-<a href="site:jcc/about/index">JCC</a>.</p>
+<a href="jcc/">JCC</a>.</p>
 <p>To build PyLucene, JCC needs to be built first. Sources for JCC are
 included with the PyLucene sources. Instructions for building and
-installing JCC are <a href="site:jcc/documentation/install">here</a>. </p>
+installing JCC are <a href="jcc/install.html">here</a>. </p>
 <p>Instruction for building PyLucene
-are <a href="site:documentation/install">here</a>.</p>
+are <a href="install.html">here</a>.</p>
 <h1 id="api-documentation">API documentation</h1>
 <p>PyLucene is closely tracking Java Lucene releases. It intends to
 supports the entire Lucene API.</p>
@@ -229,7 +229,7 @@ For example:</p>
 objects of the expected element type. If no values are expected
 from the array arguments after the call, it is hence not necessary
 to instantiate a Java array to make such calls.</p>
-<p>See <a href="site:jcc/documentation/readme">JCC</a> for more
+<p>See <a href="jcc/features.html">JCC</a> for more
 information about handling arrays.</p>
 <h1 id="differences-between-the-java-lucene-and-pylucene-apis">Differences between the Java Lucene and PyLucene APIs</h1>
 <ul>
@@ -343,7 +343,7 @@ generates the native C++ implementations
 more such extensions classes into the 'java' directory of the
 PyLucene source tree.</p>
 <p>To learn more about this topic, please refer to the JCC
-<a href="site:jcc/documentation/readme">documentation</a>.</p>
+<a href="jcc/features.html">documentation</a>.</p>
 <p>Please refer to the classes in the 'java' tree for currently
 available extension points. Examples of uses of these extension
 points are to be found in PyLucene's unit tests and <em>Lucene