Google Search Appliance Administrative API Developers Gui Bedienungsanleitung

Stöbern Sie online oder laden Sie Bedienungsanleitung nach Software Google Search Appliance Administrative API Developers Gui herunter. Google Search Appliance Administrative API Developers Guide: Java User Manual Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 56
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 0
Google Search Appliance
Administrative API Developer’s Guide: Java
Google Search Appliance software version 7.2
Seitenansicht 0
1 2 3 4 5 6 ... 55 56

Inhaltsverzeichnis

Seite 1 - Google Search Appliance

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

Seite 2

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

Seite 3 - Contents

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

Seite 4

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

Seite 5 - Developer’s Guide: Java

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

Seite 6 - Running Samples

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

Seite 7 - Content Sources

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

Seite 8 - Crawl URLs

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

Seite 9 - Data Source Feeds

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

Seite 10 - Deleting Data Source Feeds

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

Seite 11 - Trusted Feed IP Addresses

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

Seite 12 - Crawler Access Rules

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

Seite 13

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

Seite 14

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

Seite 15 - Host Load Schedule

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

Seite 16 - Freshness Tuning

Google Search Appliance: Administrative API Developer’s Guide: Java 23Retrieving a CollectionRetrieve the attributes of a single collection as follows

Seite 17 - Connector Managers

Google Search Appliance: Administrative API Developer’s Guide: Java 24Crawl Errors:Crawl Exclusions:Errors Retrieval Error7 Redirect without a locatio

Seite 18 - OneBox Modules Settings

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

Seite 19

Google Search Appliance: Administrative API Developer’s Guide: Java 26Directory status entry properties:Document status entry properties:Example:Map&l

Seite 20 - Pause or Resume Crawl

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

Seite 21 - Document Status

Google Search Appliance: Administrative API Developer’s Guide: Java 28Detailed document status entry properties:GsaEntry entry = myClient.getEntry(&qu

Seite 22 - Collections

Google Search Appliance: Administrative API Developer’s Guide: Java 29Common query parameters for all requests:Content statistics entry properties:Ret

Seite 23 - Index Diagnostics

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

Seite 24

Google Search Appliance: Administrative API Developer’s Guide: Java 30WARNING: Resetting an index deletes all the documents in the index. Depending on

Seite 25 - Listing Documents

Google Search Appliance: Administrative API Developer’s Guide: Java 31Front Ends: Remove URLs and a Relative OneBoxRetrieve, update, insert, or delete

Seite 26

Google Search Appliance: Administrative API Developer’s Guide: Java 32Inserting Front Ends and Remove URLsInsert a front end and remove a URL from the

Seite 27

Google Search Appliance: Administrative API Developer’s Guide: Java 33Use the following properties to access the XSLT template information.Note: For t

Seite 28 - Content Statistics

Google Search Appliance: Administrative API Developer’s Guide: Java 34Updating the Output Format XSLT StylesheetUpdate the output format stylesheet in

Seite 29 - Reset Index

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

Seite 30 - Resetting the Index

Google Search Appliance: Administrative API Developer’s Guide: Java 36Changing KeyMatch SettingsThe following example appends KeyMatch settings:// Cre

Seite 31

Google Search Appliance: Administrative API Developer’s Guide: Java 37The following example replaces KeyMatch settings:// Create an entry to hold prop

Seite 32 - Output Format XSLT Stylesheet

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

Seite 33

Google Search Appliance: Administrative API Developer’s Guide: Java 39Retrieving Related QueriesRetrieve related queries as follows:Map<String, Str

Seite 34 - KeyMatch Settings

Google Search Appliance: Administrative API Developer’s Guide: Java 4Administration 50License Information 50Import and Export 51Event Log 52System

Seite 35 - Retrieving KeyMatch Settings

Google Search Appliance: Administrative API Developer’s Guide: Java 40The following example updates related queries:// Create an entry to hold propert

Seite 36 - Changing KeyMatch Settings

Google Search Appliance: Administrative API Developer’s Guide: Java 41The query suggestion blacklist supports the regular expressions in the re2 libra

Seite 37 - Related Queries

Google Search Appliance: Administrative API Developer’s Guide: Java 42Retrieving Search StatusRetrieve the current search appliance search status as f

Seite 38

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

Seite 39 - Changing Related Queries

Google Search Appliance: Administrative API Developer’s Guide: Java 44The following example generates and returns a new search report entry:GsaEntry i

Seite 40 - Query Suggestion

Google Search Appliance: Administrative API Developer’s Guide: Java 45Search LogsGenerate, update, and delete a search log using the searchLog feed. A

Seite 41 - Search Status

Google Search Appliance: Administrative API Developer’s Guide: Java 46A list of search log entries will be returned.GsaFeed myFeed = myClient.getFeed(

Seite 42 - Search Reports

Google Search Appliance: Administrative API Developer’s Guide: Java 47A search log entry with logContent, if content is ready, is returned.Map<Stri

Seite 43 - Creating a Search Report

Google Search Appliance: Administrative API Developer’s Guide: Java 48GSA Unification is also known as dynamic scalability. The federation feed provid

Seite 44 - Deleting a Search Report

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

Seite 45 - Search Logs

Google Search Appliance: Administrative API Developer’s Guide: Java 5Administrative API Developer’s Guide: JavaIntroductionThis guide provides Java pr

Seite 46 - Retrieving a Search Log

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

Seite 47 - GSA Unification

Google Search Appliance: Administrative API Developer’s Guide: Java 51Retrieving License InformationRetrieve license information using the following p

Seite 48

Google Search Appliance: Administrative API Developer’s Guide: Java 52Exporting a ConfigurationExport a search appliance configuration by sending an a

Seite 49 - Adding a GSA Unification Node

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

Seite 50 - Administration

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

Seite 51 - Import and Export

Google Search Appliance: Administrative API Developer’s Guide: Java 55IndexAAdmin Console 6Administration 50–54Apache Ant 6applications, building 7aut

Seite 52 - Event Log

Google Search Appliance: Administrative API Developer’s Guide: Java Index 56front endsdelete 32insert 32retrieve 31update 31frontend feed 31GGSA Unifi

Seite 53 - System Status

Google Search Appliance: Administrative API Developer’s Guide: Java 6• Apache Ant version 1.7 or later (http://ant.apache.org/).• Admin Console user n

Seite 54 - Shutdown or Reboot

Google Search Appliance: Administrative API Developer’s Guide: Java 7Building Your ApplicationsYou can build your own applications using the client li

Seite 55

Google Search Appliance: Administrative API Developer’s Guide: Java 8• “Pause or Resume Crawl” on page 20• “Document Status” on page 21Crawl URLsRetri

Seite 56

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

Kommentare zu diesen Handbüchern

Keine Kommentare