Carsten Klee

Results 10 issues of Carsten Klee

Please provide an extended documentation of the options in config.json. The examples under /config are not sufficient. It's really hard to find config options within the scripts and figure out...

documentation

Is there a way to configure the Expires header for the results? I edited Controller.js to add the header: ``` response.setHeader('Expires', new Date(+new Date() + 86400000).toUTCString()); ``` but this would...

feature-request

Hi, I'm using the solrdf-1.0 branch with JRE 1.7.0 and successfully loaded aprox. 125000000 documents to the store (and optimized). Solr queries are fine. But with simple SPARQL queries I...

bug
enhancement

Hi! What I'm trying to do is to integrate your SPARQL endpoint in our LinkedDataFragments server. Is it possible to get a turtle, n3, or n-triples response from your endpoint?...

SRU version 1.2 defines the record element recordPosition as optional. Im my case this element is missing in the response. This leads to the exception: ```Fatal error: Uncaught Scriptotek\Sru\Exceptions\InvalidResponseException: Wrong...

see discussion https://github.com/pkiraly/metadata-qa-marc/issues/23

enhancement

With respect to http://www.loc.gov/marc/specifications/specrecstruc.html#varitags field tags in ANSI Z39.2 and ISO 2709 could consist of both alphabetic and numeric characters, although MARC 21 formats use only numeric tags. The current...

Reference subfield a of field 306 if character at position 0 of field 007 is either "m", "s" or "v". ``` 306$a{007/0=~m|s|v} ```

It would be nice to have a query parameter `service` that filters only items for which this service is available. /?id=x:a&format=json&service=openaccess The only other way to achieve this is to...

What does the response look like, if the requested id can not be found?