Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 8bc5a9e

Browse files
author
ashwinkumar12345
committed
added refresh analyzer
1 parent c7e1d13 commit 8bc5a9e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/ism/refresh-analyzer.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: default
3+
title: Refresh Search Analyzer
4+
parent: Index State Management
5+
nav_order: 6
6+
---
7+
8+
# Refresh search analyzer
9+
10+
With ISM installed, you can refresh search analyzers in real time with the following API:
11+
12+
```json
13+
POST /_opendistro/_refresh_search_analyzers/<index or alias or wildcard>
14+
```
15+
16+
For example, if you change the synonym list in your analyzer, the change takes effect without you needing to close and reopen the index.

0 commit comments

Comments
 (0)