Navneet Verma
                                            Navneet Verma
                                        
                                    > #### Intro > Now implement two-phase feature by adding rescoreContext in the begin of HybridQueryPhaseSearcher's. It is harmless but little hack, so there is a long term plan to...
I was not able to complete the full review of the PR as the PR contains more than 1 feature. The description of the PR says it has these 2...
@vibrantvarun can you take a look into this issue. Seems like some issue with NeuralQueryEnricher processor
@tiagoshin can share the query which you are using?
I can see the exception is coming from this: https://github.com/opensearch-project/neural-search/blob/main/src/main/java/org/opensearch/neuralsearch/query/HybridQueryScorer.java#L64 @tiagoshin please share your query skeleton, so that it can better help us debug the issue here.
@tiagoshin Looking at logs which are shared, I can see that HybridQueryPhaseSearcher which is responsible for running the query is not invoked. This let me believe that either the hybrid...
@tiagoshin if you look at the code: https://github.com/opensearch-project/neural-search/blob/2.11/src/main/java/org/opensearch/neuralsearch/search/query/HybridQueryPhaseSearcher.java#L66 Line 66 will hit if the query is not the top level query is not hybrid query.
> Edit: also tried on 2.12.0, still happening. Is this new issue material? @Lemmmy so what you are saying that you tried on the tar provided here in this comment:...
> I'm running in Docker, so not quite sure how to test the RC build from that thread. @Lemmmy the CIs of Opensearch publishes the builds everyday in Opensearch staging...
@Lemmmy I did some more deep-dive and I am able to reproduce the issue. I also tested with different queries where one query clause doesn't yield any result. That use...