You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by ma...@apache.org on 2009/08/26 22:15:09 UTC

svn commit: r808167 - in /lucene/java/trunk: docs/fileformats.html src/site/src/documentation/content/xdocs/fileformats.xml

Author: markrmiller
Date: Wed Aug 26 20:15:09 2009
New Revision: 808167

URL: http://svn.apache.org/viewvc?rev=808167&view=rev
Log:
fix links on fileformats page to work

Modified:
    lucene/java/trunk/docs/fileformats.html
    lucene/java/trunk/src/site/src/documentation/content/xdocs/fileformats.xml

Modified: lucene/java/trunk/docs/fileformats.html
URL: http://svn.apache.org/viewvc/lucene/java/trunk/docs/fileformats.html?rev=808167&r1=808166&r2=808167&view=diff
==============================================================================
--- lucene/java/trunk/docs/fileformats.html (original)
+++ lucene/java/trunk/docs/fileformats.html Wed Aug 26 20:15:09 2009
@@ -477,7 +477,7 @@
                     tokenized, but sometimes it is useful for certain identifier fields
                     to be indexed literally.
                 </p>
-<p>See the <a href="http://lucene.apache.org/java/docs/api/org/apache/lucene/document/Field.html">Field</a> java docs for more information on Fields.</p>
+<p>See the <a href="api/core/org/apache/lucene/document/Field.html">Field</a> java docs for more information on Fields.</p>
 <a name="N10074"></a><a name="Segments"></a>
 <h3 class="boxed">Segments</h3>
 <p>
@@ -638,7 +638,7 @@
 <p>Term Vectors. For each field in each document, the term vector
                         (sometimes called document vector) may be stored. A term vector consists
                         of term text and term frequency. To add Term Vectors to your index see the
-                        <a href="http://lucene.apache.org/java/docs/api/org/apache/lucene/document/Field.html">Field</a>
+                        <a href="api/core/org/apache/lucene/document/Field.html">Field</a>
                         constructors
                     </p>
                 
@@ -1463,7 +1463,7 @@
                     segments_N files are present it's because they
                     temporarily cannot be deleted, or, a writer is in
                     the process of committing, or a custom
-                    <a href="http://lucene.apache.org/java/docs/api/org/apache/lucene/index/IndexDeletionPolicy.html">IndexDeletionPolicy</a>
+                    <a href="api/core/org/apache/lucene/index/IndexDeletionPolicy.html">IndexDeletionPolicy</a>
 		    is in use). This file lists each
                     segment by name, has details about the separate
                     norms and deletion files, and also contains the

Modified: lucene/java/trunk/src/site/src/documentation/content/xdocs/fileformats.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/src/site/src/documentation/content/xdocs/fileformats.xml?rev=808167&r1=808166&r2=808167&view=diff
==============================================================================
--- lucene/java/trunk/src/site/src/documentation/content/xdocs/fileformats.xml (original)
+++ lucene/java/trunk/src/site/src/documentation/content/xdocs/fileformats.xml Wed Aug 26 20:15:09 2009
@@ -127,7 +127,7 @@
                     tokenized, but sometimes it is useful for certain identifier fields
                     to be indexed literally.
                 </p>
-                <p>See the <a href="http://lucene.apache.org/java/docs/api/org/apache/lucene/document/Field.html">Field</a> java docs for more information on Fields.</p>
+                <p>See the <a href="api/core/org/apache/lucene/document/Field.html">Field</a> java docs for more information on Fields.</p>
             </section>
 
             <section id="Segments"><title>Segments</title>
@@ -263,7 +263,7 @@
                     <p>Term Vectors. For each field in each document, the term vector
                         (sometimes called document vector) may be stored. A term vector consists
                         of term text and term frequency. To add Term Vectors to your index see the
-                        <a href="http://lucene.apache.org/java/docs/api/org/apache/lucene/document/Field.html">Field</a>
+                        <a href="api/core/org/apache/lucene/document/Field.html">Field</a>
                         constructors
                     </p>
                 </li>
@@ -878,7 +878,7 @@
                     segments_N files are present it's because they
                     temporarily cannot be deleted, or, a writer is in
                     the process of committing, or a custom
-                    <a href="http://lucene.apache.org/java/docs/api/org/apache/lucene/index/IndexDeletionPolicy.html">IndexDeletionPolicy</a>
+                    <a href="api/core/org/apache/lucene/index/IndexDeletionPolicy.html">IndexDeletionPolicy</a>
 		    is in use). This file lists each
                     segment by name, has details about the separate
                     norms and deletion files, and also contains the