[MDEV-8780] fulltext index on innodb table doesn't honor ft_min_word_len Created: 2015-09-09 Updated: 2015-11-03 Resolved: 2015-09-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation, Full-text Search |
| Affects Version/s: | 10.0.21 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Christophe Vigny | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Debian GNU/Linux 7.6 (wheezy) / mariadb 10.0.21 |
||
| Description |
|
innodb tables, doesn't use the ft_min_word_len, unlike myisam table, the ft_min_word_len, used by innodb table is always 4 (as the default value). ex:
and with isam table that's ok.
|
| Comments |
| Comment by Elena Stepanova [ 2015-09-10 ] |
|
It is not a bug on the server side. ft_min_word_len is a MyISAM fulltext-search option, InnoDB has its own: innodb_ft_min_token_size. But we do need to update documentation to mention that ft_min_word_len (and some other options) are MyISAM-specific. MySQL has already done it in their manual. |
| Comment by Ian Gilfillan [ 2015-09-10 ] |
|
The documentation has now been updated. |
| Comment by Christophe Vigny [ 2015-11-03 ] |
|
hi all, thank's for your quick response. sorry I have just see your explanation . thank you elena. |