We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abd71a4 + 7665d8c commit 958fcb3Copy full SHA for 958fcb3
src/main/java/edu/stanford/protege/webprotegeeventshistory/uiHistoryConcern/events/RevisionsEvent.java
@@ -8,7 +8,11 @@
8
9
@Document(collection = "RevisionsEvents")
10
public record RevisionsEvent(
11
+
12
+ @Indexed(name = "revisionEventProjectId")
13
ProjectId projectId,
14
15
+ @Indexed(name = "revisionEventEntityIri")
16
String whoficEntityIri,
17
ChangeType changeType,
18
@Indexed(name = "timestamp", direction = IndexDirection.DESCENDING) long timestamp,
0 commit comments