webservice::solr::field(3pm) debian man page | unix.com

Man Page: webservice::solr::field

Operating Environment: debian

Section: 3pm

WebService::Solr::Field(3pm)				User Contributed Perl Documentation			      WebService::Solr::Field(3pm)

NAME
WebService::Solr::Field - A field object
SYNOPSIS
my $field = WebService::Solr::Field->new( foo => 'bar' );
DESCRIPTION
This class represents a field from a document, which is basically a name-value pair.
ACCESSORS
o name - the field's name o value - the field's value o boost - a floating-point boost value
METHODS
new( $name => $value, \%options ) Creates a new field object. Currently, the only option available is a "boost" value. BUILDARGS( @args ) A Moose override to allow our custom constructor. to_element( ) Serializes the object to an XML::Easy::Element object. to_xml( ) Serializes the object to xml.
AUTHORS
Brian Cassidy <bricas@cpan.org> Kirk Beers
COPYRIGHT AND LICENSE
Copyright 2008-2012 National Adult Literacy Database This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-05-24 WebService::Solr::Field(3pm)
Related Man Pages
webservice::cia::source(3pm) - debian
webservice::cia::source::dbm(3pm) - debian
webservice::solr::response(3pm) - debian
webservice::youtube::feeds(3pm) - debian
webservice::youtube::util(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Introduction
My first PERL incarnation... Audio Oscillograph