Content in the Praxeon system is organized into corpora. Each Corpus collects together documents with a similar purpose. When searching, the corpus is a required argument that identifies which documents may possibly be returned by the search. On a search results page such as MyDailyApple, each search results box (Reference, News and Blogs, Research, etc) is populated by a different corpus.

Note that there is no requirement that a document belong to only one corpus.

The corpora API is implemented under the /corpora URI namespace. It is a collection-based API.

List Corpora

Lists each available Corpus

URL

/corpora

Parameters

prefix
an optional prefix which filters the corpus list.

Examples

Lists the corpora

corpora

Lists the corpora used by MyDailyApple

corpora?prefix=dailyapple


CategoryFunctions

Functions/Corpora (last edited 2009-05-01 02:44:55 by KevinGilpin)