List:Commits« Previous MessageNext Message »
From:paul Date:April 3 2007 9:49pm
Subject:svn commit - mysqldoc@docsrva: r5720 - in trunk: . refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2007-04-03 23:49:34 +0200 (Tue, 03 Apr 2007)
New Revision: 5720

Log:
 r18647@frost:  paul | 2007-04-03 16:48:13 -0500
 Document a boolean search behavior. (Bug#25724)


Modified:
   trunk/refman-4.1/functions-core.xml
   trunk/refman-5.0/functions-core.xml
   trunk/refman-5.1/functions-core.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:22830
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:18643
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:22830
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:18647
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593


Modified: trunk/refman-4.1/functions-core.xml
===================================================================
--- trunk/refman-4.1/functions-core.xml	2007-04-03 21:48:54 UTC (rev 5719)
+++ trunk/refman-4.1/functions-core.xml	2007-04-03 21:49:34 UTC (rev 5720)
Changed blocks: 1, Lines Added: 11, Lines Deleted: 0; 1024 bytes

@@ -10503,6 +10503,17 @@
             Words match if they begin with the word preceding the
             <literal>*</literal> operator.
           </para>
+
+          <para>
+            If a stopword or too-short word is specified with the
+            truncation operator, it will not be stripped from a boolean
+            query. For example, a search for <literal>'+word
+            +stopword*'</literal> will likely return fewer rows than a
+            search for <literal>'+word +stopword'</literal> because the
+            former query remains as is and requires
+            <literal>stopword*</literal> to be present in a document.
+            The latter query is transformed to <literal>+word</literal>.
+          </para>
         </listitem>
 
         <listitem>


Modified: trunk/refman-5.0/functions-core.xml
===================================================================
--- trunk/refman-5.0/functions-core.xml	2007-04-03 21:48:54 UTC (rev 5719)
+++ trunk/refman-5.0/functions-core.xml	2007-04-03 21:49:34 UTC (rev 5720)
Changed blocks: 1, Lines Added: 11, Lines Deleted: 0; 1024 bytes

@@ -10715,6 +10715,17 @@
             Words match if they begin with the word preceding the
             <literal>*</literal> operator.
           </para>
+
+          <para>
+            If a stopword or too-short word is specified with the
+            truncation operator, it will not be stripped from a boolean
+            query. For example, a search for <literal>'+word
+            +stopword*'</literal> will likely return fewer rows than a
+            search for <literal>'+word +stopword'</literal> because the
+            former query remains as is and requires
+            <literal>stopword*</literal> to be present in a document.
+            The latter query is transformed to <literal>+word</literal>.
+          </para>
         </listitem>
 
         <listitem>


Modified: trunk/refman-5.1/functions-core.xml
===================================================================
--- trunk/refman-5.1/functions-core.xml	2007-04-03 21:48:54 UTC (rev 5719)
+++ trunk/refman-5.1/functions-core.xml	2007-04-03 21:49:34 UTC (rev 5720)
Changed blocks: 1, Lines Added: 11, Lines Deleted: 0; 1024 bytes

@@ -10695,6 +10695,17 @@
             Words match if they begin with the word preceding the
             <literal>*</literal> operator.
           </para>
+
+          <para>
+            If a stopword or too-short word is specified with the
+            truncation operator, it will not be stripped from a boolean
+            query. For example, a search for <literal>'+word
+            +stopword*'</literal> will likely return fewer rows than a
+            search for <literal>'+word +stopword'</literal> because the
+            former query remains as is and requires
+            <literal>stopword*</literal> to be present in a document.
+            The latter query is transformed to <literal>+word</literal>.
+          </para>
         </listitem>
 
         <listitem>


Thread
svn commit - mysqldoc@docsrva: r5720 - in trunk: . refman-4.1 refman-5.0 refman-5.1paul3 Apr