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::musicbrainz::query(3pm) - debian
webservice::solr(3pm) - debian
webservice::solr::query(3pm) - debian
webservice::solr::response(3pm) - debian
webservice::youtube::user(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Introduction
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com