Modification time in search indexes - #522
Conversation
chenejac
left a comment
There was a problem hiding this comment.
@litvinovg this is working in Vitro, but not in VIVO. For me it is working for VIVO only if I add
<str name="modTime">${individual.modTime?xml}</str>
into
The code looks good to me.
|
Open
|
|
How does this relate to the existing timestamp and etag fields? I wonder if there is a way to have the timestamp field updated only when the etag signature field value changes, so that reindexes don't show up as new modifications. |
|
Etag and timestamp are only implemented in Solr. From what I know Elastic Search doesn't currently have similar functionality. I think we can switch to using implementation specific realizations once we have it supported by ES and Solr. |
Related to VIVO 4118
VIVO PR
What does this pull request do?
How should this be tested?
Try with Solr and ElasticSearch:
Interested parties
@VIVO-project/vivo-committers
Reviewers' expertise
Candidates for reviewing this PR should have some of the following expertises:
Reviewers' report template
General comment
A reviewer should provide here comments and suggestions for requested changes if any.
Testing
A reviewer should briefly describe here how it was tested
Code reviewing
A reviewer should briefly describe here which part was code reviewed