Skip to content

Commit bfd2f79

Browse files
committed
let solr decide on a default
1 parent 6582dcb commit bfd2f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

finc/schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ func (is *IntermediateSchema) ToSolrSchema(iih holdings.IsilIssnHolding) (*SolrS
364364

365365
classes := container.NewStringSet()
366366
for _, s := range is.Subjects {
367-
for _, class := range SubjectMapping.Lookup(s, []string{"no subject assigned"}) {
367+
for _, class := range SubjectMapping.Lookup(s, []string{}) {
368368
classes.Add(class)
369369
}
370370
}

0 commit comments

Comments
 (0)