:: RootR ::  Hosting Order Map Login   Secure Inter-Network Operations  
 
Lucy::Plan::StringType(3pm) - phpMan

Command: man perldoc info search(apropos)  


Lucy::Plan::StringType(3)      User Contributed Perl Documentation      Lucy::Plan::StringType(3)



NAME
       Lucy::Plan::StringType - Non-tokenized text type.

SYNOPSIS
           my $type   = Lucy::Plan::StringType->new;
           my $schema = Lucy::Plan::Schema->new;
           $schema->spec_field( name => 'category', type => $type );

DESCRIPTION
       Lucy::Plan::StringType is used for "exact-match" strings.

CONSTRUCTORS
   new()
           my $type = Lucy::Plan::StringType->new(
               boost    => 0.1,    # default: 1.0
               indexed  => 1,      # default: true
               stored   => 1,      # default: true
               sortable => 1,      # default: false
           );

       ·   boost - floating point per-field boost.

       ·   indexed - boolean indicating whether the field should be indexed.

       ·   stored - boolean indicating whether the field should be stored.

       ·   sortable - boolean indicating whether the field should be sortable.

INHERITANCE
       Lucy::Plan::StringType isa Lucy::Plan::TextType isa Lucy::Plan::FieldType isa
       Clownfish::Obj.



perl v5.20.2                                2015-12-01                  Lucy::Plan::StringType(3)


/man
rootr.net - man pages