> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# kb_entry_words table

> This table contains all the words and how many times the are refered                  to in the FAQ entires

## kb\_entry\_words Table (354)

This table contains all the words and how many times the are refered                  to in the FAQ entires

## Fields

| Name   | Description                                                  | Type       | Nullable |
| ------ | ------------------------------------------------------------ | ---------- | :------: |
| id     | Primary key                                                  | PK         |    No    |
| word   | A word found in a kb\_entry                                  | String(63) |    No    |
| score  | Indicates how many occurences of this word we have           | Int        |    Yes   |
| origin | Indicates if it is an entry word (0) or a category word (1). | Short      |    No    |

<img src="https://mintcdn.com/superofficeas/6OcOTPa_ISkjXJg4/media/loc/en/database/tables/kb_entry_words.png?fit=max&auto=format&n=6OcOTPa_ISkjXJg4&q=85&s=4ff425baf8354d053db7fe867cba5432" alt="kb_entry_words table relationship diagram" width="492" height="59" data-path="media/loc/en/database/tables/kb_entry_words.png" />

## Indexes

| Fields | Types      | Description |
| ------ | ---------- | ----------- |
| word   | String(63) | Index       |

## Relationships

| Table                               | Description                                                                                                  |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| [word\_relations](./word-relations) | This table shows which word are used in which FAQ entry, and how many times            they are used in each |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [kb_entry table](/en/database/tables/kb-entry.md)
- [kb_group_entry table](/en/database/tables/kb-group-entry.md)
- [kb_entry_keyword table](/en/database/tables/kb-entry-keyword.md)
- [kb_entry_log table](/en/database/tables/kb-entry-log.md)
- [kb_entry_comment table](/en/database/tables/kb-entry-comment.md)
- [kb_solution_finder_entry table](/en/database/tables/kb-solution-finder-entry.md)
