Sha256: c8b23a9603eb8fdeaea42e4ff4c33718225c5c2cf0a3e5618a92a1dee4696ef6
Contents?: true
Size: 1.05 KB
Versions: 7
Compression:
Stored size: 1.05 KB
Contents
# traject_alephsequential_reader * [Homepage](https://github.com/billdueber/traject_alephsequential_reader#readme) * [Issues](https://github.com/billdueber/traject_alephsequential_reader/issues) * [Documentation](http://rubydoc.info/gems/traject_alephsequential_reader/frames) * [Email](mailto:bill at dueber.com) ## Description A paper-thin wrapper around [marc_alephsequential](http://github.com/billdueber/marc_alephsequential) for use in the [traject](http://github.com/jrochkind/traject/) indexing software. Will transparently deal with gzipped files so long as their name ends in '.gz'. For features of the reader itself, see [marc_alephsequential](http://github.com/billdueber/marc_alephsequential). ## Examples ```ruby # A sample traject configuration file to use an alephseqential source require 'traject_alephsequential_reader' settings do store "reader_class_name", "Traject::AlephSequentialReader" end ``` ## Install $ gem install traject_alephsequential_reader ## Copyright Copyright (c) 2013 Bill Dueber See {file:LICENSE.txt} for details.
Version data entries
7 entries across 7 versions & 1 rubygems