NAME
Interchange::Search::Solr::UpdateIndex
DESCRIPTION
Updates your Solr index.
ACCESSORS
url
Solr URL for your collection, e.g.
http://localhost:9059/solr/collection1
agent
HTTP user agent object, defaults to a LWP::UserAgent instance.
status_line
HTTP status line.
METHODS
update
Updates index. Returns 1 on success.
Requires $mode
parameter which is either full or delta.
query
Queries index.
AUTHOR
Stefan Hornburg (Racke), <racke@linuxia.de>
LICENSE AND COPYRIGHT
Copyright 2013-2021 Stefan Hornburg (Racke) <racke@linuxia.de>.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.