Skip to content

Commit

Permalink
undo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpich committed Dec 3, 2024
1 parent 19b49f1 commit 7df499e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class Construct extends Reagent {
@JsonView({View.FieldsAndLists.class, View.ConstructView.class})
private List<ConstructSynonymSlotAnnotation> constructSynonyms;

@IndexedEmbedded(includePaths = {"curie", "crossReferences.referencedCurie", "crossReferences.displayName"})
@IndexedEmbedded(includeDepth = 2)
@IndexingDependency(reindexOnUpdate = ReindexOnUpdate.SHALLOW)
@ManyToMany
@JsonView({View.FieldsAndLists.class, View.ConstructView.class})
Expand Down

0 comments on commit 7df499e

Please sign in to comment.