Google Search Appliance Administrative API Developers Gui Manuel d'utilisateur

Naviguer en ligne ou télécharger Manuel d'utilisateur pour Logiciel Google Search Appliance Administrative API Developers Gui. Google Search Appliance Administrative API Developers Guide: .NET User Manual Manuel d'utilisatio

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 55
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 0
Google Search Appliance
Administrative API Developer’s Guide: .NET
Google Search Appliance software version 7.2
Vue de la page 0
1 2 3 4 5 6 ... 54 55

Résumé du contenu

Page 1 - Google Search Appliance

Google Search ApplianceAdministrative API Developer’s Guide: .NETGoogle Search Appliance software version 7.2

Page 2

Google Search Appliance: Administrative API Developer’s Guide: .NET 10Retrieving Data Source Feed InformationRetrieve all data source feed information

Page 3 - Contents

Google Search Appliance: Administrative API Developer’s Guide: .NET 11Destroying Data Source FeedsAfter deleting a data source feed, you can destroy t

Page 4

Google Search Appliance: Administrative API Developer’s Guide: .NET 12Crawl ScheduleRetrieve and update the crawl schedule for a search appliance.Retr

Page 5 - Developer’s Guide: .NET

Google Search Appliance: Administrative API Developer’s Guide: .NET 13Crawler access rules instruct the crawler how to authenticate when crawling the

Page 6 - Getting Samples

Google Search Appliance: Administrative API Developer’s Guide: .NET 14Retrieve an individual crawler access rule as follows:// Send the request and pr

Page 7 - Content Sources

Google Search Appliance: Administrative API Developer’s Guide: .NET 15Host Load ScheduleRetrieve and update host load schedule information from the se

Page 8 - Crawl URLs

Google Search Appliance: Administrative API Developer’s Guide: .NET 16Updating the Host Load ScheduleUpdate the host load schedule setting in a search

Page 9 - Data Source Feeds

Google Search Appliance: Administrative API Developer’s Guide: .NET 17Recrawling URL PatternsIf you discover that a set of URLs that you want to have

Page 10 - Deleting Data Source Feeds

Google Search Appliance: Administrative API Developer’s Guide: .NET 18Retrieving a List of Connector ManagersRetrieve a list of connector managers as

Page 11 - Trusted Feed IP Addresses

Google Search Appliance: Administrative API Developer’s Guide: .NET 19The properties for retrieving a OneBox are as follows:Updating OneBox Module Set

Page 12 - Crawler Access Rules

Google Search Appliance: Administrative API Developer’s Guide: .NET 2Google, Inc.1600 Amphitheatre ParkwayMountain View, CA 94043www.google.comGSA-CSA

Page 13

Google Search Appliance: Administrative API Developer’s Guide: .NET 20Retrieve an individual OneBox module’s log information from a search appliance a

Page 14

Google Search Appliance: Administrative API Developer’s Guide: .NET 21Document StatusRetrieve document status using the properties that follow.Retriev

Page 15 - Host Load Schedule

Google Search Appliance: Administrative API Developer’s Guide: .NET 22CollectionsRetrieve, update, create, or delete the collections of documents on t

Page 16 - Freshness Tuning

Google Search Appliance: Administrative API Developer’s Guide: .NET 23Retrieving All CollectionsRetrieve a list of collections as follows:// Send the

Page 17 - Connector Managers

Google Search Appliance: Administrative API Developer’s Guide: .NET 24Document Status ValuesThe following tables list the document status values.Note:

Page 18 - OneBox Modules Settings

Google Search Appliance: Administrative API Developer’s Guide: .NET 256 Long redirect chain8 Infinite URL space9 Unhandled protocol10 URL is too long1

Page 19

Google Search Appliance: Administrative API Developer’s Guide: .NET 26Listing DocumentsQuery parameters:List documents by sending an authenticated GET

Page 20 - Pause or Resume Crawl

Google Search Appliance: Administrative API Developer’s Guide: .NET 27Directory status entry properties:Document status entry properties:Example:Dicti

Page 21 - Document Status

Google Search Appliance: Administrative API Developer’s Guide: .NET 28Viewing Index Diagnostics for a DocumentRetrieve detailed information about a do

Page 22 - Collections

Google Search Appliance: Administrative API Developer’s Guide: .NET 29GsaEntry entry = myService.GetEntry("diagnostics","http://server.

Page 23 - Index Diagnostics

Google Search Appliance: Administrative API Developer’s Guide: .NET 3ContentsAdministrative API Developer’s Guide: .NET ...

Page 24 - Document Status Values

Google Search Appliance: Administrative API Developer’s Guide: .NET 30A list of content statistics entries are returned.GsaFeed myFeed = myService.Get

Page 25

Google Search Appliance: Administrative API Developer’s Guide: .NET 31Resetting the IndexReset the index as follows:// Create an entry to hold propert

Page 26 - Listing Documents

Google Search Appliance: Administrative API Developer’s Guide: .NET 32Get information about a front end as follows:// Send a request and print the res

Page 27

Google Search Appliance: Administrative API Developer’s Guide: .NET 33Output Format XSLT StylesheetRetrieve and update the XSLT template and other out

Page 28

Google Search Appliance: Administrative API Developer’s Guide: .NET 34Retrieving the Output Format XSLT StylesheetRetrieve the output format styleshee

Page 29 - Content Statistics

Google Search Appliance: Administrative API Developer’s Guide: .NET 35Use the following properties to set KeyMatch configurations.Note: The format for

Page 30 - Reset Index

Google Search Appliance: Administrative API Developer’s Guide: .NET 36Retrieving KeyMatch SettingsRetrieve KeyMatch settings as follows:Dictionary<

Page 31 - Resetting the Index

Google Search Appliance: Administrative API Developer’s Guide: .NET 37The following example updates KeyMatch settings:// Create an entry to hold prope

Page 32 - Deleting a Front End

Google Search Appliance: Administrative API Developer’s Guide: .NET 38Use the following properties to access related queries.Note: A related query con

Page 33 - Output Format XSLT Stylesheet

Google Search Appliance: Administrative API Developer’s Guide: .NET 39Changing Related QueriesThe following example appends related queries:// Create

Page 34 - KeyMatch Settings

Google Search Appliance: Administrative API Developer’s Guide: .NET Contents 4Administration 49License Information 49Import and Export 50Event Log

Page 35

Google Search Appliance: Administrative API Developer’s Guide: .NET 40Query Suggestion BlacklistThe query suggestion blacklist supports the /suggest f

Page 36 - Changing KeyMatch Settings

Google Search Appliance: Administrative API Developer’s Guide: .NET 41Search StatusRetrieve the search status for the search appliance using the servi

Page 37 - Related Queries

Google Search Appliance: Administrative API Developer’s Guide: .NET 42Listing a Search ReportList search report entries by sending an authenticated GE

Page 38 - Retrieving Related Queries

Google Search Appliance: Administrative API Developer’s Guide: .NET 43For example, to specify the range of dates from 2 January 2009 to 23 September 2

Page 39 - Query Suggestion

Google Search Appliance: Administrative API Developer’s Guide: .NET 44Deleting a Search ReportDelete a search report by sending an authenticated DELET

Page 40 - Query Suggestion Refresh

Google Search Appliance: Administrative API Developer’s Guide: .NET 45Listing a Search LogList search log entries by sending an authenticated GET requ

Page 41 - Search Reports

Google Search Appliance: Administrative API Developer’s Guide: .NET 46A search log entry with logContent, if content is ready, is returned.Dictionary&

Page 42 - Creating a Search Report

Google Search Appliance: Administrative API Developer’s Guide: .NET 47GSA Unification is also known as dynamic scalability. This section describes use

Page 43 - Updating a Search Report

Google Search Appliance: Administrative API Developer’s Guide: .NET 48Adding a GSA Unification NodeAdd a GSA Unification node as follows:// Create an

Page 44 - Search Logs

Google Search Appliance: Administrative API Developer’s Guide: .NET 49Updating a Node ConfigurationUpdate the configuration of a node as follows:// Cr

Page 45 - Retrieving a Search Log

Google Search Appliance: Administrative API Developer’s Guide: .NET 5Administrative API Developer’s Guide: .NETIntroductionThis guide provides .NET pr

Page 46 - GSA Unification

Google Search Appliance: Administrative API Developer’s Guide: .NET 50Retrieving License InformationRetrieve license information using the following p

Page 47

Google Search Appliance: Administrative API Developer’s Guide: .NET 51Exporting a ConfigurationExport a search appliance configuration by sending an a

Page 48 - Adding a GSA Unification Node

Google Search Appliance: Administrative API Developer’s Guide: .NET 52Retrieving an Event LogRetrieve the event log information from a search applianc

Page 49 - Administration

Google Search Appliance: Administrative API Developer’s Guide: .NET 53Shutdown or Reboot Shut down or reboot the search appliance.Shutting Down or Reb

Page 50 - Import and Export

Google Search Appliance: Administrative API Developer’s Guide: .NET 54IndexSymbols.NET client library (DLLs) 5.NET Google Data API client library 5AAd

Page 51 - Event Log

Google Search Appliance: Administrative API Developer’s Guide: .NET Index 55Ggoogle-enterprise-gdata-api open source site 5GSA Unificationadd nodes 48

Page 52 - System Status

Google Search Appliance: Administrative API Developer’s Guide: .NET 6The information in this section helps you understand how to write your own applic

Page 53 - Shutdown or Reboot

Google Search Appliance: Administrative API Developer’s Guide: .NET 7Building Your Applications This section explains how to build your own applicatio

Page 54

Google Search Appliance: Administrative API Developer’s Guide: .NET 8• “Document Status” on page 21Crawl URLsRetrieve and update crawl URL patterns on

Page 55

Google Search Appliance: Administrative API Developer’s Guide: .NET 9Data Source FeedsRetrieve, delete, and destroy data source feed information for t

Commentaires sur ces manuels

Pas de commentaire