diff --git a/docs/tutorial/IndexerService.md b/docs/tutorial/IndexerService.md index 9966f7cbbfc0a23fcc0fac4bc326431f23801b2f..350af65429f6e8a8c82f1888e1e37c13e2c2e227 100644 --- a/docs/tutorial/IndexerService.md +++ b/docs/tutorial/IndexerService.md @@ -2,6 +2,8 @@ ### Table of contents <a name="TOC"></a> - [Indexer service](#indexer-service) +- [Introduction](#introduction) +- [Indexer API access](#indexer-api-access) - [Get indexing status <a name="get-indexing-status"></a>](#get-indexing-status) - [Reindex <a name="reindex"></a>](#reindex) - [Schema Service adoption <a name="schema-service-adoption"></a>](#schema-service-adoption) @@ -9,12 +11,12 @@ - [Version info endpoint](#version-info-endpoint) -##Introduction <a name="introduction"></a> +## Introduction <a name="introduction"></a> The Indexer API provides a mechanism for indexing documents that contain structured or unstructured data. Documents and indices are saved in a separate persistent store optimized for search operations. The indexer API can index any number of documents. The indexer is indexes attributes defined in the schema. Schema can be created at the time of record ingestion in Data Ecosystem via Storage Service. The Indexer service also adds number of Data Ecosystem meta attributes such as id, kind, parent, acl, namespace, type, version, legaltags, index to each record at the time of indexing. -##Indexer API access <a name="indexer-api-access"></a> +## Indexer API access <a name="indexer-api-access"></a> * Required roles @@ -220,4 +222,4 @@ properties: - `version.info.buildPropertiesPath` - `version.info.gitPropertiesPath` -[Back to table of contents](#TOC) \ No newline at end of file +[Back to table of contents](#TOC)