Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove uses of "timestamp" field for 2.x upgrade #446

Closed
oalders opened this issue Apr 12, 2016 · 1 comment
Closed

Remove uses of "timestamp" field for 2.x upgrade #446

oalders opened this issue Apr 12, 2016 · 1 comment
Labels

Comments

@oalders
Copy link
Member

oalders commented Apr 12, 2016

From @mickeyn's comment in #445:

Also to consider: _timestamp seems to be depracated in ES2+
See https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-timestamp-field.html

bash-3.2$ git grep timestamp
lib/MetaCPAN/Document/Favorite.pm:=head2 timestamp
lib/MetaCPAN/Document/Favorite.pm:Sets the C<_timestamp> field to the value of L</date>.
lib/MetaCPAN/Document/Favorite.pm:has timestamp => (
lib/MetaCPAN/Document/Favorite.pm:    timestamp => { path => 'date', store => 1 },
lib/MetaCPAN/Model/User/Account.pm:=head2 timestamp
lib/MetaCPAN/Model/User/Account.pm:Sets the C<_timestamp> field.
lib/MetaCPAN/Model/User/Account.pm:has timestamp => (
lib/MetaCPAN/Model/User/Account.pm:    timestamp => { store => 1 },
lib/MetaCPAN/Model/User/Session.pm:=head2 timestamp
lib/MetaCPAN/Model/User/Session.pm:Sets the C<_timestamp> field.
lib/MetaCPAN/Model/User/Session.pm:has timestamp => (
lib/MetaCPAN/Model/User/Session.pm:    timestamp => { store => 1 },
lib/MetaCPAN/Script/Session.pm:Purges user sessions.  The timestamp field doesn't appear to get populated in
@mickeyn
Copy link
Contributor

mickeyn commented Sep 29, 2016

this is already done

@mickeyn mickeyn closed this as completed Sep 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants