Skip to content

Commit

Permalink
Remove redundant text in user.name description. All text fields are k…
Browse files Browse the repository at this point in the history
…eyword now.
  • Loading branch information
Mathieu Martin committed Nov 30, 2018
1 parent 95fb622 commit 3da772f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ Note also that the `user` fields may be used directly at the top level.
| Field | Description | Level | Type | Example |
|---|---|---|---|---|
| <a name="user.id"></a>user.id | One or multiple unique identifiers of the user. | core | keyword | |
| <a name="user.name"></a>user.name | Programmatic name / login of the user.<br/>The field is a keyword, and will not be tokenized. | core | keyword | `albert` |
| <a name="user.name"></a>user.name | Programmatic name / login of the user. | core | keyword | `albert` |
| <a name="user.full_name"></a>user.full_name | User's full name, if available. | extended | keyword | `Albert Einstein` |
| <a name="user.email"></a>user.email | User email address. | extended | keyword | |
| <a name="user.hash"></a>user.hash | Unique user hash to correlate information for a user in anonymized form.<br/>Useful if `user.id` or `user.name` contain confidential information and cannot be used. | extended | keyword | |
Expand Down
2 changes: 0 additions & 2 deletions fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1227,8 +1227,6 @@
description: >
Programmatic name / login of the user.
The field is a keyword, and will not be tokenized.

- name: full_name
level: extended
type: keyword
Expand Down
2 changes: 0 additions & 2 deletions schemas/user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
description: >
Programmatic name / login of the user.
The field is a keyword, and will not be tokenized.
- name: full_name
level: extended
type: keyword
Expand Down

0 comments on commit 3da772f

Please sign in to comment.