This repository was archived by the owner on Oct 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
REST extensions
Patrick McElwee edited this page Aug 26, 2015
·
2 revisions
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)
These can be found in the rest-api/transforms/ directory of the generated application.
- download -
- filter-docs -
- from-json -
- indent -
- to-json -
Understanding this library
- Background
- Explaining the stack
- Project folder structure
- Core Tools and Components
- REST extensions
- UI and UX Details
- Possible Issues
Creating your own demo