aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/searchers/OpportunisticWeakAndSearcher.java
Commit message (Expand)AuthorAgeFilesLines
* Don't attempt to remove orphansJon Bratseth8 days1-0/+1
* isNExplicit => nIsExplicit and update ABI.Henning Baldersheim12 days1-1/+1
* If hits has been set higher than default weakand targethits, adjust all weaka...Henning Baldersheim12 days1-0/+15
* Add more details to comment.Henning Baldersheim2024-06-131-0/+3
* No opportunism for single term queries. They are already optimal in the backend.Henning Baldersheim2024-06-131-1/+3
* - Check against total-hit-count, not hits fetched.Henning Baldersheim2024-06-061-3/+4
* Use targetHits from WeakAnd directly. Also add tracing of fallback to weakAndHenning Baldersheim2024-06-031-4/+3
* Add copyrightHenning Baldersheim2024-05-301-0/+2
* - Add an opportunistic weakand searcher that will first replace the weakAnd w...Henning Baldersheim2024-05-301-0/+83