aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search
Commit message (Expand)AuthorAgeFilesLines
* isNExplicit => nIsExplicit and update ABI.Henning Baldersheim44 hours2-3/+3
* If hits has been set higher than default weakand targethits, adjust all weaka...Henning Baldersheim45 hours1-0/+15
* Explicit method to check for default value instead of using accidentally expo...Henning Baldersheim46 hours3-38/+39
* Modernize switch statementsHenning Baldersheim46 hours2-60/+42
* Merge pull request #31654 from vespa-engine/marius/add-significance-rank-over...Marius Arhaug3 days4-11/+92
|\
| * Fix CR comments from GeirMariusArhaug3 days1-1/+1
| * add beta annotation to getSignificanceMariusArhaug3 days1-0/+1
| * Add significance rank overrideMariusArhaug3 days4-11/+91
* | Use unorderedDeepIterator as it is faster and sorting not needed.Henning Baldersheim4 days2-5/+9
* | Extract resolution of summary to separate method.Henning Baldersheim6 days1-13/+17
* | Simplify with computeIfAbsent and trace wich summary classes are filled.Henning Baldersheim6 days1-5/+6
* | Add more details to comment.Henning Baldersheim10 days1-0/+3
* | No opportunism for single term queries. They are already optimal in the backend.Henning Baldersheim10 days1-1/+3
* | Support setting 'select' in a query profileJon Bratseth11 days2-5/+8
|/
* Add rendering of hits (and trace and timing etc) in llm renderingLester Solbakken13 days1-4/+7
* Remove hyphen in second phase rank score drop limit property name.Tor Egge2024-06-071-1/+1
* Implement clone and disclose in InItemsJon Bratseth2024-06-071-5/+1
* Merge pull request #31472 from vespa-engine/balder/check-against-total-hitcou...Henning Baldersheim2024-06-061-3/+4
|\
| * - Check against total-hit-count, not hits fetched.Henning Baldersheim2024-06-061-3/+4
* | Add ranking.secondPhase.rankScoreDropLimit query parameter.Tor Egge2024-06-063-0/+83
|/
* Trace also when not using cacheJon Bratseth2024-06-061-1/+1
* Remove duplicate tracing of dependenciesJon Bratseth2024-06-061-10/+0
* 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-303-2/+89
* Include specific detail to inform in all invocation pathsJon Bratseth2024-05-241-3/+3
* Merge branch 'master' into bratseth/stemming-traceJon Bratseth2024-05-139-50/+113
|\
| * Avoid methods deprecated in jackson 2.17.1Henning Baldersheim2024-05-061-4/+4
| * Revert "Update jackson2.vespa.version to v2.17.0"Henning Baldersheim2024-05-061-4/+4
| * Merge pull request #30751 from vespa-engine/renovate/jackson2.vespa.versionHenning Baldersheim2024-05-061-4/+4
| |\
| | * Avoid deprecated methods.Henning Baldersheim2024-05-061-4/+4
| * | Merge pull request #31113 from vespa-engine/bratseth/group-rotationHenning Baldersheim2024-05-065-24/+54
| |\ \
| | * | Require a higher bar to take groups in rotationJon Bratseth2024-05-045-24/+54
| | |/
| * | Populate significance properties from configBjørn Christian Seime2024-05-061-3/+4
| * | Fail with error if the significance setup for the selected schemas are confli...Bjørn Christian Seime2024-05-061-18/+28
| * | Add explanation and improve log messageBjørn Christian Seime2024-05-061-1/+3
| * | Configure signficance searcher through `SchemaInfo`Bjørn Christian Seime2024-05-062-16/+35
| |/
* / Trace no stemming due to language=UNKNOWNJon Bratseth2024-05-121-3/+2
|/
* Cleanup: No functional changesJon Bratseth2024-05-021-89/+56
* Fix CR commentsMariusArhaug2024-04-301-0/+2
* Add significance rank profileMariusArhaug2024-04-302-1/+27
* Merge pull request #30871 from vespa-engine/marius/add-significance-searcherMarius Arhaug2024-04-242-1/+79
|\
| * update injectableMariusArhaug2024-04-161-2/+0
| * fix cr failuresMariusArhaug2024-04-162-2/+9
| * add author tagsMariusArhaug2024-04-101-0/+7
| * add testsMariusArhaug2024-04-101-8/+11
| * add significance searcherMariusArhaug2024-04-091-0/+63
* | Merge pull request #30976 from vespa-engine/vekterli/wire-fuzzy-prefix-match-...Henning Baldersheim2024-04-223-11/+26
|\ \
| * | Wire fuzzy prefix matching support through the query stackTor Brede Vekterli2024-04-193-11/+26
* | | Aviod using exception for normal control flow.Henning Baldersheim2024-04-1911-145/+98