The full-text index is in an inconsistent state because the search property list of the full-text index was reconfigured ...

The full-text index is in an inconsistent state because the search property list of the full-text index was reconfigured using the WITH NO POPULATION clause. To bring the full-text index into a consistent state, start a full population using the statement ALTER FULLTEXT INDEX ON  START FULL POPULATION;. This is a warning. No user action is necessary.