home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _8ee770462a59bedfccd9d4e678eab373 < prev    next >
Text File  |  2000-03-23  |  4KB  |  107 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>WWW::Search::MSIndexServer - class for searching MSIndexServer search engine</TITLE>
  5. <LINK REL="stylesheet" HREF="../../../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> WWW::Search::MSIndexServer - class for searching MSIndexServer search engine</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  25.     <LI><A HREF="#options">OPTIONS</A></LI>
  26.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  27.     <LI><A HREF="#author">AUTHOR</A></LI>
  28.     <LI><A HREF="#copyright">COPYRIGHT</A></LI>
  29. </UL>
  30. <!-- INDEX END -->
  31.  
  32. <HR>
  33. <P>
  34. <H1><A NAME="name">NAME</A></H1>
  35. <P>WWW::Search::MSIndexServer - class for searching MSIndexServer search engine</P>
  36. <P>
  37. <HR>
  38. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  39. <UL>
  40. <LI>Linux</LI>
  41. <LI>Solaris</LI>
  42. <LI>Windows</LI>
  43. </UL>
  44. <HR>
  45. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  46. <PRE>
  47.     require WWW::Search;
  48.     $search = new WWW::Search('MSIndexServer');</PRE>
  49. <P>
  50. <HR>
  51. <H1><A NAME="description">DESCRIPTION</A></H1>
  52. <P>This class is a MSIndexServer specialization of WWW::Search.  It queries and
  53. interprets searches based on MSIndexServer, which is available at
  54. <EM><A HREF="http://www.microsoft.com/">http://www.microsoft.com/</A></EM></P>
  55. <P>This class exports no public interface; all interaction should be
  56. done through WWW::Search objects.</P>
  57. <P>
  58. <HR>
  59. <H1><A NAME="options">OPTIONS</A></H1>
  60. <P>This search supports standard WWW::Search arguments</P>
  61. <DL>
  62. <DT><STRONG><A NAME="item_search_url">search_url</A></STRONG><BR>
  63. <DD>
  64. The MSIndexServer URL to search.  This usually looks like
  65. <EM><A HREF="http://somehost/scripts/queryhit.idq">http://somehost/scripts/queryhit.idq</A></EM>
  66. <P></P>
  67. <DT><STRONG><A NAME="item_search_args">search_args</A></STRONG><BR>
  68. <DD>
  69. The arguments used for the search engine, separate them by &.
  70. <P></P>
  71. <DT><STRONG><A NAME="item_search_method">search_method</A></STRONG><BR>
  72. <DD>
  73. POST or GET
  74. <P></P>
  75. <DT><STRONG><A NAME="item_search_debug">search_debug</A></STRONG><BR>
  76. <DD>
  77. Turn debugging on or off
  78. <P></P>
  79. <DT><STRONG><A NAME="item_search_how">search_how</A></STRONG><BR>
  80. <DD>
  81. Possible values match_any, match_all, match_phrase
  82. <P></P></DL>
  83. <P>
  84. <HR>
  85. <H1><A NAME="see also">SEE ALSO</A></H1>
  86. <P>To make new back-ends, see <A HREF="../../../../site/lib/WWW/Search.html">the WWW::Search manpage</A>,</P>
  87. <P>
  88. <HR>
  89. <H1><A NAME="author">AUTHOR</A></H1>
  90. <P><CODE>WWW::Search::MSIndexServer</CODE> is written by Paul Lindner, <<A HREF="mailto:lindner@itu.int">lindner@itu.int</A>>,
  91. Nicholas Sapirie <<A HREF="mailto:sapirie@unicc.org">sapirie@unicc.org</A>></P>
  92. <P>
  93. <HR>
  94. <H1><A NAME="copyright">COPYRIGHT</A></H1>
  95. <P>Copyright (c) 1998 by the United Nations Administrative Committee 
  96. on Coordination (ACC)</P>
  97. <P>All rights reserved.</P>
  98. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  99. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  100. <STRONG><P CLASS=block> WWW::Search::MSIndexServer - class for searching MSIndexServer search engine</P></STRONG>
  101. </TD></TR>
  102. </TABLE>
  103.  
  104. </BODY>
  105.  
  106. </HTML>
  107.