[Bug 352] Don't let MySQL's stopword list prevent indexing of those words, as we want to search them

2014-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=352

Quim Gil q...@wikimedia.org changed:

   What|Removed |Added

   Priority|Low |Lowest
 CC||innocentkil...@gmail.com,
   ||neverett+bugzilla@wikimedia
   ||.org, q...@wikimedia.org

--- Comment #10 from Quim Gil q...@wikimedia.org ---
Just checking: in the times of Cirrus Search, are MySQL's stopwords in English
causing any trouble to searches in non-English wikis?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 352] Don't let MySQL's stopword list prevent indexing of those words, as we want to search them

2014-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=352

--- Comment #11 from Chad H. innocentkil...@gmail.com ---
No, nothing like this from the SQL search implementation affects Cirrus'
implementation.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 352] Don't let MySQL's stopword list prevent indexing of those words, as we want to search them

2013-07-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=352

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Keywords||patch-need-review

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 352] Don't let MySQL's stopword list prevent indexing of those words, as we want to search them

2013-03-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=352

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

URL||http://dev.mysql.com/doc/re
   ||fman/5.6/en/fulltext-stopwo
   ||rds.html

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 352] Don't let MySQL's stopword list prevent indexing of those words, as we want to search them

2011-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=352

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

 CC||maxsem.w...@gmail.com

--- Comment #9 from Max Semenik maxsem.w...@gmail.com 2011-05-28 15:53:25 UTC 
---
(In reply to comment #8)
 So, while you can't reliably disable it per table, you *can* disable it
 without compiling by setting ft_stopword_file to , restarting, and then
 rebuilding the table.

A task for installer?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 352] Don't let MySQL's stopword list prevent indexing of those words, as we want to search them

2011-05-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=352

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 CC||m...@everybody.org

--- Comment #8 from Mark A. Hershberger m...@everybody.org 2011-05-28 
02:59:03 UTC ---
See http://dev.mysql.com/doc/refman/5.1/en/fulltext-fine-tuning.html which says
To override the default stopword list, set the ft_stopword_file system
variable. ... if you change the stopword file itself, you must rebuild your
FULLTEXT indexes after making the changes and restarting the server. To rebuild
the indexes in this case, it is sufficient to do a QUICK repair operation:
REPAIR TABLE tbl_name QUICK;

So, while you can't reliably disable it per table, you *can* disable it
without compiling by setting ft_stopword_file to , restarting, and then
rebuilding the table.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 352] Don't let MySQL's stopword list prevent indexing of those words, as we want to search them

2010-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=352

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

 CC||series8...@hotmail.com

--- Comment #6 from Max Semenik maxsem.w...@gmail.com 2010-10-09 11:56:12 UTC 
---
*** Bug 25446 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 352] Don't let MySQL's stopword list prevent indexing of those words, as we want to search them

2010-02-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=352

--- Comment #5 from Max Semenik maxsem.w...@gmail.com 2010-02-18 05:15:07 UTC 
---
Created an attachment (id=7143)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7143)
MaxSem's slow patch

Best I could come up with - but still pretty slow,
maintenance/rebuildtextindex.php runs 30% slower with it. Tested several
solutions (oneo of them could be seen in the patch, commented out), but none of
them had satisfiable performance. I therefore don't dare to commit it into the
trunk. Leaving the patch here so that other folks could take a look at my
approach.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 352] Don't let MySQL's stopword list prevent indexing of those words, as we want to search them

2009-08-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=352


Subfader subfa...@gmail.com changed:

   What|Removed |Added

 CC||subfa...@gmail.com




--- Comment #4 from Subfader subfa...@gmail.com  2009-08-07 17:54:45 UTC ---
Yes, please override it with an own customizable list for users without lucene
search.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 352] Don't let MySQL's stopword list prevent indexing of those words, as we want to search them

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=352


Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

Summary|English stopwords are   |Don't let MySQL's stopword
   |nontrivial in other |list prevent indexing of
   |languages   |those words, as we want to
   ||search them




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l