opensearch-project/neural-search

Refactor HybridQueryBuilderTests to decouple types from K-NN library

Open

#979 opened on Nov 8, 2024

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (124 forks)auto 404
enhancementgood first issuehybrid search

Repository metrics

Stars
 (116 stars)
PR merge metrics
 (PR metrics pending)

Description

Is your feature request related to a problem?

Coming from https://github.com/opensearch-project/neural-search/issues/859. Refactored HybridQueryTests and HybridQueryPhaseSearcherTests in https://github.com/opensearch-project/neural-search/pull/977. Similarly, need to decouple knn for HybridQueryBuilderTests.

What solution would you like?

A clear and concise description of what you want to happen.

What alternatives have you considered?

A clear and concise description of any alternative solutions or features you've considered.

Do you have any additional context?

Add any other context or screenshots about the feature request here.

Contributor guide