KinoSearch::Plan::FieldType man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

KinoSearch::Plan::FielUsereContributed Perl DocuKinoSearch::Plan::FieldType(3)

NAME
       KinoSearch::Plan::FieldType - Define a field's behavior.

SYNOPSIS
	   my @sortable;
	   for my $field ( @{ $schema->all_fields } ) {
	       my $type = $schema->fetch_type($field);
	       next unless $type->sortable;
	       push @sortable, $field;
	   }

DESCRIPTION
       FieldType is an abstract class defining a set of traits and behaviors
       which may be associated with one or more field names.

       Properties which are common to all field types include "boost",
       "indexed", "stored", "sortable", "binary", and "similarity".

       The "boost" property is a floating point scoring multiplier which
       defaults to 1.0.	 Values greater than 1.0 cause the field to contribute
       more to a document's score, lower values, less.

       The "indexed" property indicates whether the field should be indexed
       (so that it can be searched).

       The "stored" property indicates whether to store the raw field value,
       so that it can be retrieved when a document turns up in a search.

       The "sortable" property indicates whether search results should be
       sortable based on the contents of the field.

       The "binary" property indicates whether the field contains binary or
       text data.  Unlike most other properties, "binary" is not settable.

       The "similarity" property is a Similarity object which defines matching
       and scoring behavior for the field.  It is required if the field is
       "indexed".

METHODS
   get_boost()
       Accessor for "boost".

   indexed()
       Accessor for "indexed".

   stored()
       Accessor for "stored".

   sortable()
       Accessor for "sortable".

   binary()
       Indicate whether the field contains binary data.

INHERITANCE
       KinoSearch::Plan::FieldType isa KinoSearch::Object::Obj.

COPYRIGHT AND LICENSE
       Copyright 2005-2010 Marvin Humphrey

       This program is free software; you can redistribute it and/or modify it
       under the same terms as Perl itself.

perl v5.14.1			  2011-06-20	KinoSearch::Plan::FieldType(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net