Spécification d'API REST d'index de recherche

L'API d'index (Indexes) renvoie l'ensemble des valeurs prises en charge qui peuvent être transmises au paramètre index de l'API de recherche HCL.

Format de demande

Chemin de contexte Authentification
/PORTAL_CONTEXT/contenthandler/searchfeed/indexes API d'index

Format de réponse

La réponse est une liste au format Atom des valeurs possibles pouvant être transmises à l'API de recherche via le paramètre index de l'API de recherche.

Exemple de réponse


<atom:feed xmlns:xhtml="http://www.w3.org/1999/xhtml"
	           xmlns:atom="http://www.w3.org/2005/Atom">
	   <atom:title>Available Indexes</atom:title>
	   <atom:author>
	      <atom:name>Enterprise Search API Web Service.</atom:name>
	   </atom:author>
	   <atom:id>[searchfeed:indexes]</atom:id>
	   <atom:updated>2013-01-15T13:03:02.295Z</atom:updated>
	   <atom:entry>
	      <atom:title>Default Search Collection</atom:title>
	      <atom:id>D...8a</atom:id>
	   </atom:entry>
	   <atom:entry>
	      <atom:title>ImportTest</atom:title>
	      <atom:id>D...st</atom:id>
	   </atom:entry>
	   ...
	</atom:feed>