Dovetail Seeker Web APIs

Dovetail Seeker's search capabilities are exposed via standard HTTP web requests. Dovetail Seeker search clients will typically make a web request containing a search query against the Search API. The Dovetail Seeker web service returns results as JSON encoded data. JSON results are easily consumed by client web applications or browsers.

The Document Specification API gives your search clients access to information about what is in the search index.

The File API provides support for download and uploading files.

The Spell Check API gives suggestions for misspelled words.

The Terms API will return matching search index terms and their frequencies.

Term Suggestion API will return spelling corrected terms which exist in the search index.

In This Chapter

Search API

Document Specifications API

File API

Spell Check API

Terms API

Term Suggest API

Next

Search API

Dovetail Seeker Web APIs