stopwords
This table represents the content of the stopwords index. The stopwords index represent all the words which should be removed from the search beavahiors. By filling this table, the system will stop using the standard stopwords index and use the content of this table instead.
Field name | Type | Mode | Description |
---|---|---|---|
language | STRING | REQUIRED | a language code (fr, de, en, it, ...) |
stopword | STRING | REQUIRED | a word to remove from the searches and index |
origin | STRING | REQUIRED | please provide a unique key defining the origin system of these data, not used, but useful for debugging / monitoring |
creation_tm | TIMESTAMP | REQUIRED | please provide timestampe of the initial creation of this row |
last_modified_tm | TIMESTAMP | REQUIRED | please provide timestampe of the last modification of this row |