Smart-Cache SEARCH
(closed source) BETA
Smart-Cache SEARCH provides three main functions:
- Indexing of unstructured data from document ingest
- Indexing of entities for search purposes
- Entity-centric data retrieval - for workloads where the user / application needs all the information about a particular subject
SC-Search currently uses ElasticSearch or OpenSearch for indexing the data. It reads from the KNOWLEDGE Kafka topic by default.
Tuning
The Indexer should require relatively little JVM tuning, however if tuning is required more informaiton can be found on the Tuning page.
API User Manual
The links below provide an easy-to-understand guide to using the SC-Search API, explaining each endpoint, how to call it, and its expected responses.
Note: They do not cover endpoints & operations that are considered administrative or require a higher level of access & permission such as disaster recovery, which is covered elsewhere.
It is broken down by feature/functionality:
- Documents - operations to query documents.
- Facets - grouping results into specified categories.
- States - associated state information for documents.
- Typeahead - document search using autocompletion.
- Indices - information on the underlying indices.
- Version & Health - server version & health information.