Skip to content
Snippets Groups Projects
Commit 5c1f7163 authored by Vibhuti Sharma [Microsoft]'s avatar Vibhuti Sharma [Microsoft]
Browse files

Update IndexerService.md

parent 049662a0
No related branches found
No related tags found
1 merge request!242Update IndexerService.md
Pipeline #81021 failed
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment