Skip to content

Concepts

eedeebee edited this page Sep 1, 2011 · 1 revision
  • Documents

    • URIs are keys. URIs start with /.
    • Content is xml, json, text (not in 1.0), or binary (not in 1.0)
    • Collections, Permissions, Properties, Quality
    • Directories
  • API overview

    • API consists of a series of REST endpoints with stylized URIs.

    • /json is for JSON content (content type)

    • /xml is for XML content (content type)

    • URI space is shared among content types.

    • Queries and document endpoints operate over one content type only. (e.g. an endpoint for querying will either support JSON or XML, but not both. There is a /json version of the endpoint and an /xml version of the endpoint).

    • Management endpoints are content type agnostic and exist under the /manage path

    • Index managment - changes to indexing settings may trigger a re-index of existing content.

    • Queries -

Clone this wiki locally