Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Plucene::Document::Field 1.25

    Download button

    No screenshots available
    Downloads: 278  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.7/5)
    4 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Tony Bowden | More programs
    Perl Artistic License / FREE
    January 22nd, 2008, 04:26 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Plucene::Document::Field description

    Plucene::Document::Field is a field in a Plucene::Document.

    Plucene::Document::Field is a field in a Plucene::Document.

    SYNOPSIS

    my $field = Plucene::Document::Field->Keyword($name, $string);
    my $field = Plucene::Document::Field->Text($name, $string);

    my $field = Plucene::Document::Field->UnIndexded($name, $string);
    my $field = Plucene::Document::Field->UnStored($name, $string);

    Each Plucene::Document is made up of Plucene::Document::Field objects. Each of these fields can be stored, indexed or tokenised.

    FIELDS

    name

    Returns the name of the field.

    string

    Returns the value of the field.

    is_stored

    Returns true if the field is or will be stored, or false if it was created with UnStored.

    is_indexed

    Returns true if the field is or will be indexed, or false if it was created with UnIndexed.

    is_tokenized

    Returns true if the field is or will be tokenized, or false if it was created with UnIndexed or Keyword.

    METHODS

    Keyword

    my $field = Plucene::Document::Field->Keyword($name, $string);

    This will make a new Plucene::Document::Field object that is stored and indexed, but not tokenised.

    UnIndexed

    my $field = Plucene::Document::Field->UnIndexded($name, $string);

    This will make a new Plucene::Document::Field object that is stored, but not indexed or tokenised.

    Text

    my $field = Plucene::Document::Field->Text($name, $string);

    This will make a new Plucene::Document::Field object that is stored, indexed and tokenised.

    UnStored

    my $field = Plucene::Document::Field->UnStored($name, $string);

    This will make a new Plucene::Document::Field object that isn't stored, but is indexed and tokenised.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Plucene::Document field | Plucene module | Perl module | Plucene::Document | field | Plucene

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM