WWW::Search::ExciteForWebServers - class for searching ExciteforWeb engine


NAME

WWW::Search::ExciteForWebServers - class for searching ExciteforWeb engine


SUPPORTED PLATFORMS

This module is not included with the standard ActivePerl distribution. It is available as a separate download using PPM.

SYNOPSIS

    require WWW::Search;
    $search = new WWW::Search('ExciteForWebServers');


DESCRIPTION

This class is a specialization of WWW::Search for search indices built using Excite for Web Servers (available from http://www.excite.com).

This class exports no public interface; all interaction should be done through WWW::Search objects.

This object interprets the WWW::Search search_how attribute as follows:

  match_any    = concept search
  match_all    = keyword (simple) search
  match_phrase = error condition
  match_boolean= error condition


AUTHOR

WWW::Search::ExciteForWebServers is written by Paul Lindner, <lindner@itu.int>


COPYRIGHT

Copyright (c) 1997,98 by the United Nations Administrative Committee on Coordination (ACC)

All rights reserved.

 WWW::Search::ExciteForWebServers - class for searching ExciteforWeb engine