Skip to content

Commit

Permalink
Add TODO comments for SOLR-17608
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlowskija committed Dec 21, 2024
1 parent b2c1690 commit 639b8ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public class CollectionStatusResponse extends SolrJerseyResponse {

@JsonProperty public String name;
@JsonProperty public Integer znodeVersion;
// TODO - consider 'Instant' once SOLR-17608 is finished
@JsonProperty public Long creationTimeMillis;
@JsonProperty public CollectionMetadata properties;
@JsonProperty public Integer activeShards;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public static class SingleSegmentData {
@JsonProperty public Long sizeInBytes;
@JsonProperty public Integer size;

// TODO - consider 'Instant' once SOLR-17608 is finished
@JsonProperty
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "YYYY-MM-DD'T'hh:mm:ss.S'Z'")
public Date age;
Expand Down Expand Up @@ -107,6 +108,7 @@ public static class SegmentDiagnosticInfo {
public String luceneVersion;

@JsonProperty public String source;
// TODO - consider 'Instant' once SOLR-17608 is finished
@JsonProperty public Long timestamp;

@JsonProperty("java.runtime.version")
Expand Down

0 comments on commit 639b8ea

Please sign in to comment.