WebService::Solr::Field(3pm) | User Contributed Perl Documentation | WebService::Solr::Field(3pm) |
WebService::Solr::Field - A field object
my $field = WebService::Solr::Field->new( foo => 'bar' );
This class represents a field from a document, which is basically a name-value pair.
Creates a new field object. Currently, the only option available is a "boost" value.
A Moo override to allow our custom constructor.
Serializes the object to an XML::Easy::Element object.
Serializes the object to xml.
Brian Cassidy <bricas@cpan.org>
Kirk Beers
Copyright 2008-2016 National Adult Literacy Database
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2017-11-01 | perl v5.26.1 |