Skip to content

Instantly share code, notes, and snippets.

@jirikrepl
Created August 25, 2016 07:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jirikrepl/07e584b8ebe497662eaa09eb1e9c75b0 to your computer and use it in GitHub Desktop.
Save jirikrepl/07e584b8ebe497662eaa09eb1e9c75b0 to your computer and use it in GitHub Desktop.

Špatně seřazené přílohy vrací i API

moravianlibrary moravianlibrary/kramerius#94

ceskaexpedice ceskaexpedice/kramerius#426

Brněnské noviny

Periodikum - špatně seřazené přílohy

uuid

uuid:a101de00-2119-11e3-a5bb-005056827e52

kramerius

http://kramerius.mzk.cz/search/handle/uuid:a101de00-2119-11e3-a5bb-005056827e52

krameriustest

http://krameriustest.mzk.cz/search/handle/uuid:a101de00-2119-11e3-a5bb-005056827e52

fedora

http://fedora.dk-back.infra.mzk.cz/fedora/get/uuid:a101de00-2119-11e3-a5bb-005056827e52

Brněnské noviny rocnik 1898

barCode

2610371608

uuid

uuid:4a10b180-640c-11e3-8c6a-005056825209

kramerius

http://kramerius.mzk.cz/search/handle/uuid:4a10b180-640c-11e3-8c6a-005056825209

krameriustest

http://krameriustest.mzk.cz/search/handle/uuid:4a10b180-640c-11e3-8c6a-005056825209

fedora 10.2.0.75

http://fedora.dk-back.infra.mzk.cz/fedora/objects/uuid:4a10b180-640c-11e3-8c6a-005056825209/objectXML

fedoratest

http://fedoratest.mzk.cz/fedora/get/uuid:4a10b180-640c-11e3-8c6a-005056825209

risearch

http://fedoratest.mzk.cz/fedora/risearch?type=triples&lang=spo&format=N-Triples&query=%3Cinfo:fedora/uuid:4a10b180-640c-11e3-8c6a-005056825209%3E%20*%20*

Brněnské noviny příloha 286

uuid

uuid:f36410b0-6948-11e3-99ab-005056825209

http://kramerius.mzk.cz/search/handle/uuid:f36410b0-6948-11e3-99ab-005056825209

http://fedora.dk-back.infra.mzk.cz/fedora/objects/uuid:f36410b0-6948-11e3-99ab-005056825209/objectXML

Brněnské noviny příloha 175

http://kramerius.mzk.cz/search/handle/uuid:803a8c10-6969-11e3-99ab-005056825209

http://fedora.dk-back.infra.mzk.cz/fedora/objects/uuid:803a8c10-6969-11e3-99ab-005056825209/objectXML

Delete from solr

delete documents Solr wiki

from Kramerius code

host: http://solrtest.mzk.cz

path: /solr/update

  1. Issue query
  • delete periodicalVolume <delete><query>pid_path:uuid\:4a10b180\-640c\-11e3\-8c6a\-005056825209</query></delete>
  • delete its children <delete><query>pid_path:uuid\:4a10b180\-640c\-11e3\-8c6a\-005056825209*</query></delete>
  1. Commit query

<commit/>

or

<commit softCommit=\"false\" />

xpaths for sort suplement

//mods:mods/mods:part/mods:detail[@type='pageNumber']/mods:number | //mods:mods/mods:titleInfo/mods:partNumber

xpath online tester

http://www.whitebeam.org/library/guide/TechNotes/xpathtestbed.rhtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment