An open API service indexing awesome lists of open source software.

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)

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 Lester

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.