search-processor icon indicating copy to clipboard operation
search-processor copied to clipboard

Search Request Processor: pipeline for transformation of queries and results inline with a search request.

Results 8 search-processor issues
Sort by recently updated
recently updated
newest added

We should generate two artifacts after refactoring and splitting the repo structure into two. For example https://github.com/opensearch-project/search-processor/blob/main/helpers/personalized_search_ranking_quickstart.sh#L23

bug
infrastructure

When a user enters a search, they have an intent in mind about what they want to find. This intent is typed in their own words and may not match...

enhancement
Search:Relevance

**What is the bug?** We allow creation of a search pipeline that uses the [personalized intelligent ranking search processor](https://github.com/opensearch-project/search-processor/blob/main/src/main/java/org/opensearch/search/relevance/transformer/personalizeintelligentranking/PersonalizeRankingResponseProcessor.java) with a [weight attribute](https://github.com/opensearch-project/search-processor/blob/main/src/main/java/org/opensearch/search/relevance/transformer/personalizeintelligentranking/configuration/PersonalizeIntelligentRankerConfiguration.java#L28) outside the 0 to 1 bounds. While...

bug

In https://github.com/opensearch-project/search-processor/pull/191, we split the repository into two separate Gradle subprojects that would each build a processor-specific plugin. We should update the developer guide to reflect this split and explain...

documentation

### Overview In light of more PRs coming in recently, I've noticed that there are some instances of code where formatting is slightly off or inconsistent with the rest of...

enhancement

# Context https://github.com/opensearch-project/search-processor/pull/132 Some GitHub action backend code using jackson-core 2.5.0 is failing builds because it includes an MRJAR with JDK 19 code. See, for example, [this failed action](https://github.com/opensearch-project/search-processor/actions/runs/4803442236/jobs/8547924201#step:5:27). #...

When a nightly build fails, a github action could open an issue for deeper investigation so we don't forget. This action could handle that for us: https://github.com/jayqi/failed-build-issue-action

### Is your feature request related to a problem? Please describe Set `search-processor` plugin 3.0.0 baseline JDK version to JDK-21 ### Describe the solution you'd like See please https://github.com/opensearch-project/OpenSearch/issues/10745 ###...

enhancement