We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85402a4 + 9503624 commit 9a8b626Copy full SHA for 9a8b626
agr_java_core/src/main/java/org/alliancegenome/es/index/site/schema/Mapping.java
@@ -53,6 +53,7 @@ protected void buildSharedSearchableDocumentMappings() throws IOException {
53
54
// Allele Only Fields
55
new FieldBuilder(builder, "alterationType", "text").keyword().build(); // Allele
56
+ new FieldBuilder(builder, "allele.category", "text").keyword().build(); // Allele
57
new FieldBuilder(builder, "constructs", "text").keyword().classicText().build(); // allele
58
new FieldBuilder(builder, "constructExpressedComponent", "text").keyword().build(); // allele
59
new FieldBuilder(builder, "constructKnockdownComponent", "text").keyword().build(); // allele
0 commit comments