Community:Search
From NSDLWiki
Partnering with NSDL | NSDL Community | DOWNLOADS | DOCUMENTATION |
The Search API provides the ability to search for resources in the NSDL digital library and build customized search and browse interfaces for a variety of applications. Search queries access metadata stored in the NSDL repository, including resource metadata, annotations, and use data/paradata. The Search API is based on an index of terms, compiled and accessed using the Lucene search engine. The API provides a resource-centric view of the repository, that is, for each resource (URL), Search operates over and can return all associated metadata, annotation, and use data/paradata records associated with the resource in a single search hit.
The Search API uses a RESTful approach to accept Lucene queries, and responds with structured results in XML or JSON format, allowing developers to embed and reuse NSDL resources using a wide range of technologies such as JavaScript, PHP and JSP.
The API is implemented with an instance of the the Digital Discovery System (DDS) repository search server.
What's HappeningThe new Search API went into production at the beginning of April, 2011, replacing the previous NDR Search API. The NSDL.org web site, partner sites and learning applications began using the new API at that time. See it in ActionThe API base URLs is:
Get Involved
|
Page ListDocumentation
Download Links
ArchiveFor historical reference, see the previous NSDL Search API documentation (API deprecated April, 2011). |
See Related
- Digital Discovery System (DDS)
- Previous NSDL Search API (deprecated), NSDL Search