Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Goethes Farbenlehre
gfl-importer
Commits
3ad026e4
Commit
3ad026e4
authored
Nov 09, 2020
by
jerome
Browse files
chg idno to ISBN and ISSN
parent
28173e0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
gfl-plugin/src/main/resources/gfl-indexer.xslt
View file @
3ad026e4
...
...
@@ -329,10 +329,15 @@ Refer to comments in the code to understand the used algorithm.
<xsl:value-of
select=
"date/normalize-space()"
/>
</field>
</xsl:if>
<xsl:if
test=
"idno!=''"
>
<field
name=
"idno"
>
<xsl:value-of
select=
"idno/normalize-space()"
/>
</field>
<xsl:if
test=
"idno !='' and idno[@type = 'ISBN']"
>
<field
name=
"ISBN"
>
<xsl:value-of
select=
"idno/normalize-space()"
/>
</field>
</xsl:if>
<xsl:if
test=
"idno !='' and idno[@type = 'ISSN']"
>
<field
name=
"ISSN"
>
<xsl:value-of
select=
"idno/normalize-space()"
/>
</field>
</xsl:if>
</doc>
</xsl:for-each>
...
...
solr/gfl/conf/schema.xml
View file @
3ad026e4
...
...
@@ -82,7 +82,8 @@
<field
name=
"pub_place"
type=
"string"
multiValued=
"true"
/>
<field
name=
"publisher"
type=
"string"
multiValued=
"true"
/>
<field
name=
"pub_date"
type=
"string"
multiValued=
"true"
/>
<field
name=
"idno"
type=
"string"
/>
<field
name=
"ISSN"
type=
"string"
/>
<field
name=
"ISBN"
type=
"string"
/>
<field
name=
"extent"
type=
"string"
multiValued=
"true"
/>
<field
name=
"biblScope"
type=
"string"
multiValued=
"true"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment