Hi,
I'm trying to use my own stop word list with full text indexes for files saved in filetables.
I'm using SQL Server 2019 Standard.
But it seems that my stoplist is not working with FT-indexes on filetables. If I create an FT-index for a normal table and use the same stoplist in there it works just fine.
I've tried to search FT documentation for any reference that stoplist would not work with filetables but found none. By googling I found couple of really old cases having the same problem.
Does anyone know if it actually is the case that you can't use stoplist for FT-index with filetables?