Does MySql Fulltext search use indexing? If so, how can I view the Index entries table? I can view the Index Statistics with VIEW query. But, I j开发者_运维技巧ust wanted to view the index record
I\'m trying to get Lucene.NET to work on a shared hosting environment.Mascix over on codeproject outlines here how he got this to work on godaddy. I\'m attempting this on isqsolutions.
If I use like \'%fish%\' the following is returned AQUARIAN GOLDFISH FLAKES but if I use Contains([Description],\' \"fish*\" \' ) it isn\'t is there something I can do?