summaryrefslogtreecommitdiffstats
path: root/container-search/src
Commit message (Expand)AuthorAgeFilesLines
* Fix optional in significance rank-profileMariusArhaug12 days1-1/+1
* isNExplicit => nIsExplicit and update ABI.Henning Baldersheim2024-06-215-8/+8
* If hits has been set higher than default weakand targethits, adjust all weaka...Henning Baldersheim2024-06-212-9/+55
* Explicit method to check for default value instead of using accidentally expo...Henning Baldersheim2024-06-215-50/+56
* Modernize switch statementsHenning Baldersheim2024-06-212-60/+42
* Merge pull request #31654 from vespa-engine/marius/add-significance-rank-over...Marius Arhaug2024-06-206-12/+142
|\
| * Fix CR comments from GeirMariusArhaug2024-06-202-3/+4
| * add beta annotation to getSignificanceMariusArhaug2024-06-201-0/+1
| * Add significance rank overrideMariusArhaug2024-06-206-14/+142
* | Merge pull request #31630 from vespa-engine/balder/use-faster-unordered-iteratorHenning Baldersheim2024-06-193-21/+12
|\ \
| * | Ignore summary class.Henning Baldersheim2024-06-191-16/+3
| * | Must do fill on depenencies before processing the summariesHenning Baldersheim2024-06-191-1/+1
| * | Use unorderedDeepIterator as it is faster and sorting not needed.Henning Baldersheim2024-06-193-7/+11
* | | Remove empty testLester Solbakken2024-06-191-5/+0
* | | Add prompt template from file option for LLM configLester Solbakken2024-06-194-4/+43
|/ /
* | assertTrue => assertInstanceOfHenning Baldersheim2024-06-171-6/+6
* | Extract resolution of summary to separate method.Henning Baldersheim2024-06-171-13/+17
* | Simplify with computeIfAbsent and trace wich summary classes are filled.Henning Baldersheim2024-06-171-5/+6
* | Require tracelevel 4 to dump potentially very large grouping structure.Henning Baldersheim2024-06-172-8/+11
* | Merge pull request #31560 from vespa-engine/balder/no-opportunism-if-single-termJon Bratseth2024-06-132-2/+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-132-2/+12
* | | Specify fields to use in promptLester Solbakken2024-06-132-13/+40
* | | Add config for default promptLester Solbakken2024-06-132-0/+9
|/ /
* / Support setting 'select' in a query profileJon Bratseth2024-06-127-15/+27
|/
* Add rendering of hits (and trace and timing etc) in llm renderingLester Solbakken2024-06-106-13/+124
* Remove hyphen in second phase rank score drop limit property name.Tor Egge2024-06-072-2/+2
* Add newlineJon Bratseth2024-06-071-1/+1
* Implement clone and disclose in InItemsJon Bratseth2024-06-076-13/+121
* 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-064-0/+93
|/
* Trace also when not using cacheJon Bratseth2024-06-061-1/+1
* Remove duplicate tracingJon Bratseth2024-06-061-1/+0
* Remove duplicate tracing of dependenciesJon Bratseth2024-06-064-16/+12
* Test that we don't rescale when container memory is unfulfiledJon Bratseth2024-06-051-2/+2
* Use targetHits from WeakAnd directly. Also add tracing of fallback to weakAndHenning Baldersheim2024-06-031-4/+3
* Remove unnecessary assertionLester Solbakken2024-06-011-1/+1
* Merge pull request #31369 from vespa-engine/bratseth/tensor-parser-errorLester Solbakken2024-05-311-0/+9
|\
| * Improve error on unexpected mixed format useJon Bratseth2024-05-291-0/+9
* | Add copyrightHenning Baldersheim2024-05-302-0/+4
* | - Add an opportunistic weakand searcher that will first replace the weakAnd w...Henning Baldersheim2024-05-305-7/+133
|/
* Include specific detail to inform in all invocation pathsJon Bratseth2024-05-242-5/+5
* Use lambdaHenning Baldersheim2024-05-182-6/+3
* Merge pull request #31194 from vespa-engine/bratseth/stemming-traceJon Bratseth2024-05-163-6/+10
|\
| * Update container-search/src/test/java/com/yahoo/search/yql/YqlParserTestCase....Jon Bratseth2024-05-161-1/+0
| * Merge branch 'master' into bratseth/stemming-traceJon Bratseth2024-05-1318-76/+179
| |\
| * | Trace no stemming due to language=UNKNOWNJon Bratseth2024-05-123-7/+11
* | | Merge pull request #31205 from vespa-engine/bratseth/cleanup-876Jon Bratseth2024-05-151-1/+1
|\ \ \
| * | | Improve javadocJon Bratseth2024-05-141-1/+1
| | |/ | |/|