Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

REST extensions

Patrick McElwee edited this page Aug 26, 2015 · 2 revisions

Included REST Extensions

These can be found in the rest-api/ext/ directory of the generated application.

  • analyze-data - tool to get a quick first impression of the data, and create an initial set of indexes with a few clicks
  • extsimilar - returns a top list of most similar documents, using cts:similar-query
  • extspell - returns a top list of similar terms, based on a spelling dictionary (needs to be pre-loaded)

Transforms

These can be found in the rest-api/transforms/ directory of the generated application.

  • download -
  • filter-docs -
  • from-json -
  • indent -
  • to-json -
Clone this wiki locally