Guys we implemented full text search in Amazon RDS for MYSQL in order to search 24 million records. In full text search, we are in a need to add a list of custom words to the "stopwords" list of MYSQL.
Could anyone help us in adding the custom stopwords (For example: 'and', 'so' ) to the stopwords list for MYSQL running in Amazon RDS Server.
If you have the stopwords list in some file you can add a new file source block in Data Manager, load those stopwords, connect it to the blue Omniscope block. Add a new Database output and select your MySQL connection details. Connect the blue Omniscope block to the database output block and then publish your data directly into your MySQL database.
If this does not answer your question, please give us more details about what you want to do.