mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-04 19:44:58 +00:00
Fix source url look due to index alias issue (#13642)
* Fix source url look due to index alias issue * Update pom.xml * Update pom.xml * Update pom.xml
This commit is contained in:
parent
2f8ad6baa6
commit
2a96dfebc6
@ -27,7 +27,7 @@ public interface SearchClient {
|
||||
String ADD = "add";
|
||||
|
||||
String DELETE = "delete";
|
||||
String GLOBAL_SEARCH_ALIAS = "AllEntities";
|
||||
String GLOBAL_SEARCH_ALIAS = "all";
|
||||
String DEFAULT_UPDATE_SCRIPT = "for (k in params.keySet()) { ctx._source.put(k, params.get(k)) }";
|
||||
String REMOVE_DOMAINS_CHILDREN_SCRIPT = "ctx._source.remove('domain')";
|
||||
String PROPAGATE_ENTITY_REFERENCE_FIELD_SCRIPT = "if(ctx._source.%s == null){ ctx._source.put('%s', params)}";
|
||||
|
||||
@ -175,4 +175,4 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
</project>
|
||||
|
||||
@ -175,4 +175,4 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
</project>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user