aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search
Commit message (Expand)AuthorAgeFilesLines
* WIPlesters/external-llmsLester Solbakken2024-03-083-24/+87
* WIPLester Solbakken2024-02-153-1/+130
* Only mark the summaryclass that you actually decode as filled.Henning Baldersheim2024-02-091-1/+0
* - Ensure that the sddocname field of the hit is set.Henning Baldersheim2024-02-091-0/+1
* - Let there only be one way to wire query to the grouping hits.Henning Baldersheim2024-02-094-22/+18
* giving an empty sorting spec should turn off sortingArne Juul2024-02-052-2/+11
* Minor cleanupJon Bratseth2024-01-281-6/+2
* Revert "Merge pull request #29905 from vespa-engine/revert-29884-bratseth/par...Jon Bratseth2024-01-204-19/+44
* allow data buffer growth inside Normalizer instancesArne Juul2024-01-151-3/+18
* Calculate raw score for streaming search wand.Tor Egge2024-01-121-1/+1
* Merge pull request #29780 from vespa-engine/bratseth/programmatic-testArne H Juul2024-01-101-24/+12
|\
| * No functional changesJon Bratseth2024-01-031-24/+12
* | Keep stack trace no execution exceptionJon Bratseth2024-01-031-0/+8
|/
* Make sure to always start executorHarald Musum2023-12-131-1/+8
* Detect integer fields in fieldsets.Tor Egge2023-12-071-0/+4
* Add start method to start processing filesHarald Musum2023-12-062-4/+8
* Delay processing of files, subclasses might need to be constructed fully firstHarald Musum2023-12-061-1/+3
* Lowercase in tokens when needed.Tor Egge2023-12-011-0/+19
* Merge pull request #29496 from vespa-engine/toregge/limit-yql-in-operator-to-...Geir Storli2023-11-301-2/+7
|\
| * Update exception message when in operator is used with wrong field type.Tor Egge2023-11-301-1/+2
| * Limit yql in operator to string and integer fields.Tor Egge2023-11-291-2/+6
* | Remove superfluous doc lineJon Bratseth2023-11-291-1/+0
* | Support node-local ratesJon Bratseth2023-11-291-4/+14
|/
* Move Jackson util from vespajlib to container-core.Henning Baldersheim2023-11-242-2/+2
* jackson 2.16 changes some of its default settings so we consolidate our use o...Henning Baldersheim2023-11-232-12/+9
* Log whenever hits are created (FS4, Fast) with negative distribution keysjonmv2023-11-231-7/+4
* Rename member variable key -> token.Tor Egge2023-11-171-7/+7
* Add InItem to com.yahoo.prelude.query.Tor Egge2023-11-173-0/+159
* Update copyrights.Tor Egge2023-10-319-9/+9
* support renamed match-features betterArne Juul2023-10-305-52/+75
* Catch IAE when looking up tensor type in rank profile input propertiesjonmv2023-10-271-6/+6
* check for match feature with alternate nameArne Juul2023-10-191-2/+2
* add defaults extraction and unit testArne Juul2023-10-181-1/+68
* Merge pull request #29009 from vespa-engine/bratseth/non-functional-onlyJon Bratseth2023-10-183-5/+5
|\
| * Non-functional changes onlyJon Bratseth2023-10-183-5/+5
* | support default values for query featureshavardpe/extract-default-query-feature-valuesHåvard Pettersen2023-10-183-22/+20
* | add getAsTensor() API in RankPropertiesArne Juul2023-10-182-15/+32
|/
* test global phase reranking with dummy evaluationHåvard Pettersen2023-10-172-7/+14
* add clarificationArne Juul2023-10-121-1/+4
* wire rerank-count from query propertiesArne Juul2023-10-121-1/+14
* add "ranking.globalPhase.rerankCount" as a query propertyArne Juul2023-10-123-5/+86
* simplify after code review; GC leftover codeArne Juul2023-10-119-39/+26
* restructure with normalizers in global-phaseArne Juul2023-10-1114-180/+522
* Merge pull request #28862 from vespa-engine/balder/avoid-adding-errors-to-selfHenning Baldersheim2023-10-113-10/+8
|\
| * Modernize for loops.Henning Baldersheim2023-10-101-8/+4
| * - Prevent adding your own errors to self.Henning Baldersheim2023-10-101-0/+1
| * Use CompoundNameHenning Baldersheim2023-10-101-2/+3
* | Update copyright.Geir Storli2023-10-103-3/+3
|/
* Merge pull request #28757 from vespa-engine/arnej/add-normalizersArne H Juul2023-10-103-0/+90
|\
| * simplify NormalizerArne Juul2023-10-103-13/+5