This repository is not maintained any longer.
The finc Solr schema is a derivative of the VuFind standard Solr schema. It is used by Solr cores that empower discovery systems for libraries of the finc user community, e.g., Leipzig University Library (UBL) or Saxon State and University Library Dresden (SLUB). It mainly enables search and result display (i.e. results in the hit list) of bibliographic resources.
Since the finc Solr schema is largely compatible to the VuFind standard Solr schema, it should be easily usable by other VuFind or TYPO3 Find instances as well.
Simply copy the content, i.e. all files, from the folder solr into the 'conf' folder of your Solr core that should be powered by the finc Solr schema.
(csv2scldj is a commandline tool to convert CSV data into schema conform line-delimited-JSON data)
- Download the csv2scldj schema file finc_solr_schema.csv
- Set the csv2scldj schema file path via the commandline parameter '-schema-file-name' of the commandline tool
csv2scldj
, see the README of csv2scldj