Skip to content

Commit

Permalink
updated IVM and starter sub version
Browse files Browse the repository at this point in the history
  • Loading branch information
Newatia authored and Newatia committed Nov 4, 2022
1 parent b467adb commit 525c95a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ public void createIndexableValues(Application application, Consumer<IndexableVal
consumer.accept(IndexableValue.simpleFacetStringValue("Ingredient Name", nameObj.name).suggestable().setSortable());
}
});

System.out.println("**** DISPLAY NAME ****: " + s.getName());
// Facet: "Ingredient Name (Preferred)"
if (s.getName() != null) {
System.out.println("@@@@@@ INSIDE DISPLAY @@@@");
consumer.accept(IndexableValue.simpleFacetStringValue("Ingredient Name (Preferred)", s.getName()).suggestable().setSortable());
}
}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
<java.version>1.8</java.version>
<spring-cloud.version>Hoxton.SR1</spring-cloud.version>
<lucene.version>4.10.0</lucene.version>
<gsrs.version>3.0.2-SNAPSHOT</gsrs.version>
<gsrs.version>3.0.3-SNAPSHOT</gsrs.version>
<gsrs.application.version>0.1.3-SNAPSHOT</gsrs.application.version>
<log4j2.version>2.17.1</log4j2.version>
<!-- TO BE REMOVE -->
<gsrs.substance.version>3.0.2-SNAPSHOT</gsrs.substance.version>
<gsrs.substance.version>3.0.3-SNAPSHOT</gsrs.substance.version>
</properties>

<repositories>
Expand Down

0 comments on commit 525c95a

Please sign in to comment.