| WWW-Search-Backends documentation | view source | Contained in the WWW-Search-Backends distribution. |
WWW::Search::MSIndexServer - class for searching MSIndexServer search engine
require WWW::Search;
$search = new WWW::Search('MSIndexServer');
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.
This search supports standard WWW::Search arguments
The MSIndexServer URL to search. This usually looks like http://somehost/scripts/queryhit.idq
The arguments used for the search engine, separate them by &.
POST or GET
Turn debugging on or off
Possible values match_any, match_all, match_phrase
To make new back-ends, see WWW::Search,
WWW::Search::MSIndexServer is written by Paul Lindner, <lindner@itu.int>,
Nicholas Sapirie <sapirie@unicc.org>
Copyright (c) 1998 by the United Nations Administrative Committee on Coordination (ACC)
All rights reserved.
| WWW-Search-Backends documentation | view source | Contained in the WWW-Search-Backends distribution. |