aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com
Commit message (Collapse)AuthorAgeFilesLines
* Handle implicit/explicit set languages for significance searcherMariusArhaug43 hours1-7/+52
|
* Add debug logging in `SignificanceSearcher`Bjørn Christian Seime3 days1-8/+12
|
* Don't attempt to remove orphansJon Bratseth3 days5-5/+7
|
* Fix optional in significance rank-profileMariusArhaug4 days1-1/+1
|
* isNExplicit => nIsExplicit and update ABI.Henning Baldersheim7 days4-6/+6
|
* If hits has been set higher than default weakand targethits, adjust all ↵Henning Baldersheim7 days1-0/+15
| | | | weakand with not explicit set heap size up to hits.
* Explicit method to check for default value instead of using accidentally ↵Henning Baldersheim7 days5-50/+56
| | | | exposed default value.
* Modernize switch statementsHenning Baldersheim7 days2-60/+42
|
* Merge pull request #31654 from ↵Marius Arhaug8 days4-11/+92
|\ | | | | | | | | vespa-engine/marius/add-significance-rank-override Add significance rank override
| * Fix CR comments from GeirMariusArhaug8 days1-1/+1
| |
| * add beta annotation to getSignificanceMariusArhaug8 days1-0/+1
| |
| * Add significance rank overrideMariusArhaug8 days4-11/+91
| |
* | Ignore summary class.Henning Baldersheim9 days1-16/+3
| |
* | Must do fill on depenencies before processing the summariesHenning Baldersheim9 days1-1/+1
| |
* | Use unorderedDeepIterator as it is faster and sorting not needed.Henning Baldersheim9 days3-7/+11
| |
* | Extract resolution of summary to separate method.Henning Baldersheim11 days1-13/+17
| |
* | Simplify with computeIfAbsent and trace wich summary classes are filled.Henning Baldersheim11 days1-5/+6
| |
* | Require tracelevel 4 to dump potentially very large grouping structure.Henning Baldersheim11 days2-8/+11
| |
* | 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
| |
* | Support setting 'select' in a query profileJon Bratseth2024-06-122-5/+8
|/
* Add rendering of hits (and trace and timing etc) in llm renderingLester Solbakken2024-06-101-4/+7
|
* Remove hyphen in second phase rank score drop limit property name.Tor Egge2024-06-071-1/+1
|
* Add newlineJon Bratseth2024-06-071-1/+1
|
* Implement clone and disclose in InItemsJon Bratseth2024-06-075-13/+53
|
* Merge pull request #31472 from ↵Henning Baldersheim2024-06-061-3/+4
|\ | | | | | | | | vespa-engine/balder/check-against-total-hitcount-with-factor - Check against total-hit-count, not hits fetched.
| * - Check against total-hit-count, not hits fetched.Henning Baldersheim2024-06-061-3/+4
| | | | | | | | - Use a factor to control accuracy.
* | 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 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
|
* Add copyrightHenning Baldersheim2024-05-301-0/+2
|
* - Add an opportunistic weakand searcher that will first replace the weakAnd ↵Henning Baldersheim2024-05-303-2/+89
| | | | | | with AND, and fall back to original plan if not enough hits. - Place it after the WeakAndReplacementSearch that transforms OR => WeakAND.
* Include specific detail to inform in all invocation pathsJon Bratseth2024-05-241-3/+3
|
* Use lambdaHenning Baldersheim2024-05-182-6/+3
|
* Merge pull request #31194 from vespa-engine/bratseth/stemming-traceJon Bratseth2024-05-162-4/+7
|\ | | | | Trace no stemming due to language=UNKNOWN
| * Merge branch 'master' into bratseth/stemming-traceJon Bratseth2024-05-1310-53/+114
| |\
| * | Trace no stemming due to language=UNKNOWNJon Bratseth2024-05-122-5/+7
| | |
* | | Improve javadocJon Bratseth2024-05-141-1/+1
| |/ |/|
* | Extract common code to common path.Henning Baldersheim2024-05-131-3/+1
| |
* | 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
|\ \ | | | | | | Update jackson2.vespa.version to v2.17.0
| * | 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 rotation
| * | 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 ↵Bjørn Christian Seime2024-05-061-18/+28
| | | | | | | | conflicting