diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index b101f73..4d96f68 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -1,6 +1,6 @@ - [Developer Guide](#developer-guide) - [Getting Started](#getting-started) - - [Fork OpenSearch search-relevance Repo](#fork-opensearch-search-processor-repo) + - [Fork OpenSearch search-processor Repo](#fork-opensearch-search-processor-repo) - [Install Prerequisites](#install-prerequisites) - [JDK 11](#jdk-11) - [Environment](#Environment) @@ -23,11 +23,11 @@ So you want to contribute code to OpenSearch Search Processor? Excellent! We're ### Fork OpenSearch Search Processor Repo -Fork [opensearch-project/OpenSearch Search Processor](https://github.com/opensearch-project/search-relevance) and clone locally. +Fork [opensearch-project/OpenSearch Search Processor](https://github.com/opensearch-project/search-processor) and clone locally. Example: ``` -git clone https://github.com/[your username]/search-relevance.git +git clone https://github.com/[your username]/search-processor.git ``` ### Install Prerequisites diff --git a/README.md b/README.md index 2733402..ad0808b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Build and Test Search Reranker](https://github.com/opensearch-project/search-relevance/actions/workflows/CI.yml/badge.svg)](https://github.com/opensearch-project/search-relevance/actions/workflows/CI.yml) -[![codecov](https://codecov.io/gh/opensearch-project/search-relevance/branch/main/graph/badge.svg?token=PYQO2GW39S)](https://codecov.io/gh/opensearch-project/search-relevance) +[![Build and Test Search Reranker](https://github.com/opensearch-project/search-processor/actions/workflows/CI.yml/badge.svg)](https://github.com/opensearch-project/search-processor/actions/workflows/CI.yml) +[![codecov](https://codecov.io/gh/opensearch-project/search-processor/branch/main/graph/badge.svg?token=PYQO2GW39S)](https://codecov.io/gh/opensearch-project/search-processor) ![PRs welcome!](https://img.shields.io/badge/PRs-welcome!-success) # OpenSearch Search Relevance - Reranker diff --git a/RELEVANCE.md b/RELEVANCE.md index 57429ed..333a0c6 100644 --- a/RELEVANCE.md +++ b/RELEVANCE.md @@ -37,7 +37,7 @@ Overall the Relevancy Engineering can be divided into two tiers: 1. Manage business rules, ontologies and manual judgments. 4. Relevancy workbench: 1. Improve algorithms with automated testing, relevance model trainings, personalizations and custom re-rankers. -### [RFC Search Relevance](https://github.com/opensearch-project/search-relevance/issues/1) +### [RFC Search Relevance](https://github.com/opensearch-project/search-processor/issues/1) ## Contributing diff --git a/build.gradle b/build.gradle index cc99f6e..8ba95cd 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ publishing { developers { developer { name = "OpenSearch" - url = "https://github.com/opensearch-project/search-relevance" + url = "https://github.com/opensearch-project/search-processor" } } } diff --git a/helpers/search_processing_kendra_quickstart.sh b/helpers/search_processing_kendra_quickstart.sh index f4a0b92..537f2df 100755 --- a/helpers/search_processing_kendra_quickstart.sh +++ b/helpers/search_processing_kendra_quickstart.sh @@ -20,7 +20,7 @@ if [ -z "${OPENSEARCH_DASHBOARDS_IMAGE_TAG:-}" ]; then OPENSEARCH_DASHBOARDS_IMAGE_TAG="opensearchproject/opensearch-dashboards:${OPENSEARCH_VERSION}" fi if [ -z "${SEARCH_PROCESSOR_PLUGIN_URL:-}" ]; then - SEARCH_PROCESSOR_PLUGIN_URL="https://github.com/opensearch-project/search-relevance/releases/download/${OPENSEARCH_VERSION}/search-processor.zip" + SEARCH_PROCESSOR_PLUGIN_URL="https://github.com/opensearch-project/search-processor/releases/download/${OPENSEARCH_VERSION}/search-processor.zip" fi function print_help() { diff --git a/settings.gradle b/settings.gradle index f273f7d..cb5e308 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,4 +7,4 @@ * in the user manual at https://docs.gradle.org/6.5.1/userguide/multi_project_builds.html */ -rootProject.name = 'search-relevance' +rootProject.name = 'search-processor'