aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* Update expected collation versionHenning Baldersheim2023-12-141-1/+1
|
* Make sure to always start executorHarald Musum2023-12-131-1/+8
| | | | Users on old versions will not call start, so make sure to always start executor
* Detect integer fields in fieldsets.Tor Egge2023-12-072-0/+11
|
* Add start method to start processing filesHarald Musum2023-12-062-4/+8
| | | | Also lower log level in one place
* 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-014-0/+47
|
* Merge pull request #29496 from ↵Geir Storli2023-11-304-7/+27
|\ | | | | | | | | vespa-engine/toregge/limit-yql-in-operator-to-integer-and-string-fields Limit yql in operator to string and integer fields.
| * Update exception message when in operator is used with wrong field type.Tor Egge2023-11-302-2/+4
| |
| * Limit yql in operator to string and integer fields.Tor Egge2023-11-294-7/+25
| |
* | Remove superfluous doc lineJon Bratseth2023-11-291-1/+0
| |
* | Support node-local ratesJon Bratseth2023-11-293-19/+47
|/
* Move Jackson util from vespajlib to container-core.Henning Baldersheim2023-11-246-6/+6
|
* jackson 2.16 changes some of its default settings so we consolidate our use ↵Henning Baldersheim2023-11-236-27/+21
| | | | | | of the ObjectMapper. Unless special options are used, use a common instance, or create via factory metod.
* Log whenever hits are created (FS4, Fast) with negative distribution keysjonmv2023-11-232-21/+13
|
* Don't mention useridJon Bratseth2023-11-212-5/+3
|
* Merge pull request #29401 from ↵Henning Baldersheim2023-11-211-1/+1
|\ | | | | | | | | vespa-engine/balder/no-need-for-globalphase-feature-flag global phase have feature has been completed. No need for config cont…
| * global phase have feature has been completed. No need for config control.Henning Baldersheim2023-11-211-1/+1
| |
* | Classify errors correctlyJon Bratseth2023-11-212-15/+12
|/
* Simplify check for null.Tor Egge2023-11-171-1/+1
|
* Rename member variable key -> token.Tor Egge2023-11-171-7/+7
|
* Adjust comment describing calculation of buffer length.Tor Egge2023-11-171-1/+1
|
* 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-1711-8/+594
|
* Update expeced version with icuj 74Henning Baldersheim2023-10-311-2/+2
|
* Update copyrights.Tor Egge2023-10-319-9/+9
|
* unit test with feature nameArne Juul2023-10-302-3/+13
|
* support renamed match-features betterArne Juul2023-10-308-60/+164
|
* Fix expected unit test responsesjonmv2023-10-271-4/+5
|
* Catch IAE when looking up tensor type in rank profile input propertiesjonmv2023-10-271-6/+6
|
* extend unit test with various normalizersArne Juul2023-10-202-0/+128
|
* check for match feature with alternate nameArne Juul2023-10-191-2/+2
|
* add defaults extraction and unit testArne Juul2023-10-185-1/+220
|
* Merge pull request #29009 from vespa-engine/bratseth/non-functional-onlyJon Bratseth2023-10-184-10/+12
|\ | | | | Non-functional changes only
| * Non-functional changes onlyJon Bratseth2023-10-184-10/+12
| |
* | support default values for query featureshavardpe/extract-default-query-feature-valuesHåvard Pettersen2023-10-184-42/+50
| |
* | Merge pull request #29004 from ↵Arne H Juul2023-10-184-15/+82
|\ \ | | | | | | | | | | | | vespa-engine/arnej/add-get-as-tensor-with-defaults add getAsTensor() API in RankProperties
| * | add getAsTensor() API in RankPropertiesArne Juul2023-10-184-15/+82
| |/
* / No docs search AND timeout should give 0 coverage instead of 100%.Henning Baldersheim2023-10-181-0/+20
|/
* Merge pull request #28980 from ↵Arne H Juul2023-10-173-7/+252
|\ | | | | | | | | vespa-engine/havardpe/test-global-phase-reranker-impl test global phase reranking with dummy evaluation
| * test global phase reranking with dummy evaluationHåvard Pettersen2023-10-173-7/+252
| |
* | adjust offset/hits if necessary to get enough input to global-phase rerankingArne Juul2023-10-131-2/+13
|/
* Merge pull request #28900 from vespa-engine/havardpe/add-range-adjuster-testArne H Juul2023-10-131-0/+78
|\ | | | | add RangeAdjuster test
| * add RangeAdjuster testHåvard Pettersen2023-10-121-0/+78
| |
* | add clarificationArne Juul2023-10-121-1/+4
| |
* | add unit test for ranking.globalPhase.rerankCountArne Juul2023-10-121-0/+9
| |
* | wire rerank-count from query propertiesArne Juul2023-10-121-1/+14
| |
* | add "ranking.globalPhase.rerankCount" as a query propertyArne Juul2023-10-124-5/+108
|/
* simplify after code review; GC leftover codeArne Juul2023-10-119-39/+26
|
* restructure with normalizers in global-phaseArne Juul2023-10-1114-180/+522
|