debian man page for webservice::solr::field

Query: webservice::solr::field

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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::solr(3pm) - debian
webservice::youtube::feeds(3pm) - debian
webservice::youtube::user(3pm) - debian
webservice::youtube::videos(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph