Просмотр исходного кода

Zend_Search_Lucene: fix for the Java Lucene documentation references.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18536 44c647ce-9c0f-0410-b52a-842ac1e357ba
alexander 16 лет назад
Родитель
Сommit
b390883dce

+ 1 - 1
documentation/manual/en/module_specs/Zend_Search_Lucene-IndexCreation.xml

@@ -132,7 +132,7 @@ for ($count = 0; $count < $index->maxDoc(); $count++) {
         <para>
             Lucene index segment files can't be updated by design. A segment update needs full segment
             reorganization. See Lucene index file formats for details
-            (<ulink url="http://lucene.apache.org/java/docs/fileformats.html">http://lucene.apache.org/java/docs/fileformats.html</ulink>)
+            (<ulink url="http://lucene.apache.org/java/2_3_0/fileformats.html">http://lucene.apache.org/java/2_3_0/fileformats.html</ulink>)
             <footnote>
                 <para>The currently supported Lucene index file format is version 2.3 (starting from Zend Framework 1.6).</para>
             </footnote>.

+ 1 - 1
documentation/manual/en/module_specs/Zend_Search_Lucene-JavaLucene.xml

@@ -12,7 +12,7 @@
 
         <para>
           A detailed description of this format is available here:
-          <ulink url="http://lucene.apache.org/java/docs/fileformats.html"/>
+          <ulink url="http://lucene.apache.org/java/2_3_0/fileformats.html"/>
           <footnote><para>The currently supported Lucene index file format version is 2.3 (starting from Zend Framework 1.6).</para></footnote>.
         </para>
     </sect2>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Search_Lucene-QueryLanguage.xml

@@ -13,7 +13,7 @@
 
     <para>
         Full Java Lucene query language syntax documentation can be found
-        <ulink url="http://lucene.apache.org/java/docs/queryparsersyntax.html">here</ulink>.
+        <ulink url="http://lucene.apache.org/java/2_3_0/queryparsersyntax.html">here</ulink>.
     </para>
 
     <sect2 id="zend.search.lucene.query-language.terms">