https://github.com/petdance/webservice-solr
Module to interface with the Solr webservice (Previously at bricas/webservice-solr)
https://github.com/petdance/webservice-solr
Last synced: 14 days ago
JSON representation
Module to interface with the Solr webservice (Previously at bricas/webservice-solr)
- Host: GitHub
- URL: https://github.com/petdance/webservice-solr
- Owner: petdance
- Created: 2009-03-02T20:04:09.000Z (about 16 years ago)
- Default Branch: dev
- Last Pushed: 2020-01-10T19:57:04.000Z (over 5 years ago)
- Last Synced: 2025-04-14T23:51:56.737Z (14 days ago)
- Language: Perl
- Homepage: http://metacpan.org/release/WebService-Solr/
- Size: 238 KB
- Stars: 21
- Watchers: 6
- Forks: 25
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# WebService::Solr
WebService::Solr is a Perl module to interface with the Solr web service.
To install:
perl Makefile.PL
make
make test
make install# Copyright & License
Copyright 2008-2014 National Adult Literacy Database
Copyright 2015-2020 Andy LesterThis library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.