Skip to content

Commit dc8b883

Browse files
committed
it looks like the ordering changes in the new schema dropped out a field that we need; I believe that was the only one; repaired; #721, as I have little else to hang it on
1 parent 014f85c commit dc8b883

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

golr/solr/conf/schema.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,9 @@
294294
<!-- model_annotation: Evidence with/from. -->
295295
<!-- annotation: Evidence with/from. -->
296296
<field name="evidence_with" type="string" required="false" multiValued="true" indexed="true" stored="true"/>
297+
<!--An easily searchable (TextField tokenized) version of evidence_with.-->
298+
<field name="evidence_with_searchable" type="text_searchable" required="false" multiValued="true" indexed="true" stored="true"/>
299+
<copyField source="evidence_with" dest="evidence_with_searchable"/>
297300
<!-- general: The ID/label for this entity. -->
298301
<field name="entity" type="string" required="false" multiValued="false" indexed="true" stored="true"/>
299302
<!-- general: The label for this entity. -->

metadata/ann_ev_agg-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ fields:
4949
description: All column 8s for this term/gene product pair
5050
display_name: Evidence with
5151
type: string
52+
searchable: true
5253
cardinality: multi
5354
property: []
5455
- id: taxon

0 commit comments

Comments
 (0)