Global FullText Search

Skip to end of metadata
Go to start of metadata

Purpose

Search particular query in every document that has been indexed.

API Address

JSON:

/{sessionId}/search/global/{query}/result.json

XML:

/{sessionId}/search/global/{query}/result.xml

Method

GET

Request

None

Response

This operation returns search result either in XML or JSON format.

{"list":[{"indexTimestamp":"\/Date(1325630328000+0700)\/","location":"repository:\/\/SAMPLES\/sample.pdf","page":1,"score":0.441941738,"summary":"<b>Format<\/b>  PDF \u000d\u000aExtension  pdf \u000d\u000aMedia <b>Format<\/b>  Application\/pdf"}],"listEntry":1,"totalHits":1}

HTTP Return Code

Possible HTTP return codes are:

  • 200 OK
  • 400 Bad Request
  • 403 Forbidden
  • 500 Server Internal Error

Notes

This operation requires global index activated.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.