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:
Sriharsha Chintalapani 2023-10-19 00:54:42 -07:00 committed by GitHub
parent 2f8ad6baa6
commit 2a96dfebc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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)}";

View File

@ -175,4 +175,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

View File

@ -175,4 +175,4 @@
</plugin>
</plugins>
</build>
</project>
</project>