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
2fb63f56
Commit
2fb63f56
authored
Feb 04, 2021
by
bettin5@sub.uni-goettingen.de
Browse files
chg for Literaturverzeichnis
parent
dc9d0502
Changes
2
Hide whitespace changes
Inline
Side-by-side
gfl-plugin/src/main/resources/gfl-indexer.xslt
View file @
2fb63f56
...
...
@@ -327,7 +327,12 @@ Refer to comments in the code to understand the used algorithm.
</xsl:choose>
</xsl:for-each>
<xsl:for-each
select=
"biblScope"
>
<xsl:if
test=
".[@unit='volume']"
>
<xsl:if
test=
".[@unit='volume'and @n] "
>
<field
name=
"biblScope_volume_n"
>
<xsl:value-of
select=
"./normalize-space()"
/>
</field>
</xsl:if>
<xsl:if
test=
".[@unit='volume'] [not(@n)] "
>
<field
name=
"biblScope_volume"
>
<xsl:value-of
select=
"./normalize-space()"
/>
</field>
...
...
@@ -343,9 +348,11 @@ Refer to comments in the code to understand the used algorithm.
<xsl:value-of
select=
"edition/normalize-space()"
/>
</field>
</xsl:if>
<xsl:for-each
select=
"pubPlace/name"
>
<field
name=
"pub_place"
>
<xsl:value-of
select=
"
pubPlace/name
/normalize-space()"
/>
<xsl:value-of
select=
"
.
/normalize-space()"
/>
</field>
</xsl:for-each>
<xsl:if
test=
"extent"
>
<field
name=
"extent"
>
<xsl:value-of
select=
"extent/normalize-space()"
/>
...
...
solr/gfl/conf/schema.xml
View file @
2fb63f56
...
...
@@ -86,6 +86,7 @@
<field
name=
"ISBN"
type=
"string"
/>
<field
name=
"extent"
type=
"string"
multiValued=
"true"
/>
<field
name=
"biblScope"
type=
"string"
multiValued=
"true"
/>
<field
name=
"biblScope_volume_n"
type=
"string"
multiValued=
"true"
/>
<field
name=
"biblScope_volume"
type=
"string"
multiValued=
"true"
/>
<field
name=
"biblScope_pages"
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