List:Internals« Previous MessageNext Message »
From:konstantin Date:October 25 2005 11:50pm
Subject:bk commit into 5.0-fulltext tree (konstantin:1.2018)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0-fulltext repository of kostja. When kostja does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.2018 05/10/26 01:50:20 konstantin@stripped +1 -0
  Improve comments (cnet_weight.c)

  plugin/fulltext/cnet_weight.c
    1.9 05/10/26 01:50:11 konstantin@stripped +4 -3
    Improve comments.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	konstantin
# Host:	dragonfly.local
# Root:	/opt/local/work/mysql-5.0-cnet

--- 1.8/plugin/fulltext/cnet_weight.c	2005-10-25 22:56:23 +04:00
+++ 1.9/plugin/fulltext/cnet_weight.c	2005-10-26 01:50:11 +04:00
@@ -65,7 +65,7 @@
 
   The function accepts two arguments, a document and a search query.
   Whereas the document can refer to a non-constant expression, such as
-  a table column, the search query must be a constant.
+  a table column, the search query must be a constant and not NULL.
 
      Example:
 
@@ -107,8 +107,9 @@
   is parsed on every invocation of cnet_weight().
 
   For parsing purposes an external function is used; at the moment it
-  is the parsing function from CNET parsing plugin, which allows
-  to achieve the best correlation between relevance values and table
+  is the parsing function from CNET parsing plugin, which provides the
+  relevancy function with information about synonyms and allows to
+  achieve the best correlation between relevance values and table
   contents:
 
     ALTER TABLE t1 ADD FULLTEXT KEY(a) WITH PARSER cnet_parser;
Thread
bk commit into 5.0-fulltext tree (konstantin:1.2018)konstantin25 Oct