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)NAMEWebService::Solr::Field - A field objectSYNOPSISmy $field = WebService::Solr::Field->new( foo => 'bar' );DESCRIPTIONThis class represents a field from a document, which is basically a name-value pair.ACCESSORSo name - the field's name o value - the field's value o boost - a floating-point boost valueMETHODSnew( $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.AUTHORSBrian Cassidy <bricas@cpan.org> Kirk BeersCOPYRIGHT AND LICENSECopyright 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)
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 |