aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo
Commit message (Expand)AuthorAgeFilesLines
* Lowercase in tokens when needed.Tor Egge2023-12-012-0/+23
* Merge pull request #29496 from vespa-engine/toregge/limit-yql-in-operator-to-...Geir Storli2023-11-302-2/+14
|\
| * 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-292-2/+13
* | 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-232-21/+13
* Don't mention useridJon Bratseth2023-11-211-4/+2
* Merge pull request #29401 from vespa-engine/balder/no-need-for-globalphase-fe...Henning Baldersheim2023-11-211-1/+1
|\
| * global phase have feature has been completed. No need for config control.Henning Baldersheim2023-11-211-1/+1
* | Classify errors correctlyJon Bratseth2023-11-211-10/+9
|/
* Simplify check for null.Tor Egge2023-11-171-1/+1
* Rename member variable key -> token.Tor Egge2023-11-171-7/+7
* Add comment describing workaround for 5 bits limit for codes.Tor Egge2023-11-171-0/+1
* Add copyright notice and author.Tor Egge2023-11-173-0/+9
* Add InItem to com.yahoo.prelude.query.Tor Egge2023-11-177-3/+381
* 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-184-10/+12
|\
| * Non-functional changes onlyJon Bratseth2023-10-184-10/+12
* | 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
|/
* Merge pull request #28980 from vespa-engine/havardpe/test-global-phase-rerank...Arne H Juul2023-10-172-7/+14
|\
| * test global phase reranking with dummy evaluationHåvard Pettersen2023-10-172-7/+14
* | adjust offset/hits if necessary to get enough input to global-phase rerankingArne Juul2023-10-131-2/+13
|/
* 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
| * unit test and handle infinity and NaNArne Juul2023-10-052-10/+14
| * add Normalizer classesArne Juul2023-10-023-0/+94
* | Update copyrightJon Bratseth2023-10-09764-757/+766
* | Check query timeout in SearchHandlerjonmv2023-10-022-1/+4
|/
* Make LoggerEntry.build() publicHarald Musum2023-09-281-1/+1
* Create strings only if they will be loggedHarald Musum2023-09-281-5/+5
* Output gram for summary fields where the source is gramJon Bratseth2023-09-221-2/+2
* Drop optimization that should make terms present in query and rankitem cheap ...Henning Baldersheim2023-09-121-49/+7