WWW::Search::MSIndexServer - class for searching MSIndexServer search engine


WWW-Search-Backends documentation  | view source Contained in the WWW-Search-Backends distribution.

Index


NAME

Top

WWW::Search::MSIndexServer - class for searching MSIndexServer search engine

SYNOPSIS

Top

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

DESCRIPTION

Top

This class is a MSIndexServer specialization of WWW::Search. It queries and interprets searches based on MSIndexServer, which is available at http://www.microsoft.com/

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

OPTIONS

Top

This search supports standard WWW::Search arguments

search_url

The MSIndexServer URL to search. This usually looks like http://somehost/scripts/queryhit.idq

search_args

The arguments used for the search engine, separate them by &.

search_method

POST or GET

search_debug

Turn debugging on or off

search_how

Possible values match_any, match_all, match_phrase

SEE ALSO

Top

To make new back-ends, see WWW::Search,

AUTHOR

Top

WWW::Search::MSIndexServer is written by Paul Lindner, <lindner@itu.int>, Nicholas Sapirie <sapirie@unicc.org>

COPYRIGHT

Top


WWW-Search-Backends documentation  | view source Contained in the WWW-Search-Backends distribution.