Author: paul
Date: 2007-11-05 19:48:54 +0100 (Mon, 05 Nov 2007)
New Revision: 8536
Log:
r32353@polar: paul | 2007-11-05 12:32:03 -0600
Full-text common-word criterion is "50% or more," not "more than 50%".
(Bug#31994)
Modified:
trunk/refman-4.1/functions-core.xml
trunk/refman-5.0/functions-core.xml
trunk/refman-5.1/functions-core.xml
trunk/refman-6.0/functions-core.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:32352
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:26562
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:21581
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:32353
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:26562
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:21581
Modified: trunk/refman-4.1/functions-core.xml
===================================================================
--- trunk/refman-4.1/functions-core.xml 2007-11-05 18:48:41 UTC (rev 8535)
+++ trunk/refman-4.1/functions-core.xml 2007-11-05 18:48:54 UTC (rev 8536)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 1223 bytes
@@ -10351,7 +10351,7 @@
A natural language search interprets the search string as a
phrase in natural human language (a phrase in free text).
There are no special operators. The stopword list applies. In
- addition, words that are present in more than 50% of the rows
+ addition, words that are present in 50% or more of the rows
are considered common and do not match. Full-text searches are
natural language searches if no modifier is given.
</para>
@@ -10673,7 +10673,7 @@
we are trying to find something on the Internet with a search
engine. It is with this reasoning that rows containing the word
are assigned a low semantic value for <emphasis>the particular
- dataset in which they occur</emphasis>. A given word may exceed
+ dataset in which they occur</emphasis>. A given word may reach
the 50% threshold in one dataset but not another.
</para>
Modified: trunk/refman-5.0/functions-core.xml
===================================================================
--- trunk/refman-5.0/functions-core.xml 2007-11-05 18:48:41 UTC (rev 8535)
+++ trunk/refman-5.0/functions-core.xml 2007-11-05 18:48:54 UTC (rev 8536)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 1223 bytes
@@ -10569,7 +10569,7 @@
A natural language search interprets the search string as a
phrase in natural human language (a phrase in free text).
There are no special operators. The stopword list applies. In
- addition, words that are present in more than 50% of the rows
+ addition, words that are present in 50% or more of the rows
are considered common and do not match. Full-text searches are
natural language searches if no modifier is given.
</para>
@@ -10890,7 +10890,7 @@
we are trying to find something on the Internet with a search
engine. It is with this reasoning that rows containing the word
are assigned a low semantic value for <emphasis>the particular
- dataset in which they occur</emphasis>. A given word may exceed
+ dataset in which they occur</emphasis>. A given word may reach
the 50% threshold in one dataset but not another.
</para>
Modified: trunk/refman-5.1/functions-core.xml
===================================================================
--- trunk/refman-5.1/functions-core.xml 2007-11-05 18:48:41 UTC (rev 8535)
+++ trunk/refman-5.1/functions-core.xml 2007-11-05 18:48:54 UTC (rev 8536)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 1289 bytes
@@ -10529,7 +10529,7 @@
A natural language search interprets the search string as a
phrase in natural human language (a phrase in free text).
There are no special operators. The stopword list applies. In
- addition, words that are present in more than 50% of the rows
+ addition, words that are present in 50% or more of the rows
are considered common and do not match. Full-text searches are
natural language searches if the <literal>IN NATURAL LANGUAGE
MODE</literal> modifier is given or if no modifier is given.
@@ -10872,7 +10872,7 @@
we are trying to find something on the Internet with a search
engine. It is with this reasoning that rows containing the word
are assigned a low semantic value for <emphasis>the particular
- dataset in which they occur</emphasis>. A given word may exceed
+ dataset in which they occur</emphasis>. A given word may reach
the 50% threshold in one dataset but not another.
</para>
Modified: trunk/refman-6.0/functions-core.xml
===================================================================
--- trunk/refman-6.0/functions-core.xml 2007-11-05 18:48:41 UTC (rev 8535)
+++ trunk/refman-6.0/functions-core.xml 2007-11-05 18:48:54 UTC (rev 8536)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 1289 bytes
@@ -10516,7 +10516,7 @@
A natural language search interprets the search string as a
phrase in natural human language (a phrase in free text).
There are no special operators. The stopword list applies. In
- addition, words that are present in more than 50% of the rows
+ addition, words that are present in 50% or more of the rows
are considered common and do not match. Full-text searches are
natural language searches if the <literal>IN NATURAL LANGUAGE
MODE</literal> modifier is given or if no modifier is given.
@@ -10853,7 +10853,7 @@
we are trying to find something on the Internet with a search
engine. It is with this reasoning that rows containing the word
are assigned a low semantic value for <emphasis>the particular
- dataset in which they occur</emphasis>. A given word may exceed
+ dataset in which they occur</emphasis>. A given word may reach
the 50% threshold in one dataset but not another.
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r8536 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-6.0 | paul | 5 Nov |