aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge pull request #28862 from vespa-engine/balder/avoid-adding-errors-to-selfHenning Baldersheim2023-10-114-14/+33
|\ | | | | Balder/avoid adding errors to self
| * Modernize for loops.Henning Baldersheim2023-10-101-8/+4
| |
| * - Prevent adding your own errors to self.Henning Baldersheim2023-10-101-0/+1
| | | | | | | | | | - Prevents both duplication and modifying the list you are iterating, with the unpleasant ConcurrenModificationException.
| * Use CompoundNameHenning Baldersheim2023-10-101-2/+3
| |
| * Add test provoking ConcurrentModification exception in DefaultErrorHit with ↵Henning Baldersheim2023-10-101-4/+25
| | | | | | | | more than errors in the set.
* | Update copyright.Geir Storli2023-10-104-4/+4
|/
* Merge pull request #28757 from vespa-engine/arnej/add-normalizersArne H Juul2023-10-104-0/+195
|\ | | | | add Normalizer classes
| * simplify NormalizerArne Juul2023-10-104-28/+10
| |
| * unit test and handle infinity and NaNArne Juul2023-10-053-10/+65
| |
| * add unit testArne Juul2023-10-031-0/+64
| |
| * add Normalizer classesArne Juul2023-10-023-0/+94
| |
* | Update copyrightJon Bratseth2023-10-091283-1273/+1287
| |
* | Check query timeout in SearchHandlerjonmv2023-10-023-2/+17
|/
* Make LoggerEntry.build() publicHarald Musum2023-09-281-1/+1
|
* Create strings only if they will be loggedHarald Musum2023-09-281-5/+5
|
* Merge pull request #28623 from ↵Arne H Juul2023-09-252-6/+6
|\ | | | | | | | | vespa-engine/bratseth/dynamic-summary-ngram-fields Bratseth/dynamic summary ngram fields
| * Output gram for summary fields where the source is gramJon Bratseth2023-09-222-6/+6
| |
* | Add testJon Bratseth2023-09-221-0/+35
|/
* Drop optimization that should make terms present in query and rankitem cheap ↵Henning Baldersheim2023-09-122-70/+7
| | | | | | in matching part of tree. This optimization is outdated as this is not a normal usecase anymore, and queries have become larger and more expensive.
* Synonym expansionsJon Bratseth2023-09-0811-39/+84
|
* Use updated groups when computing VIP status on monitor callbacksjonmv2023-09-052-7/+25
|
* Update ABI specjonmv2023-09-051-1/+2
|
* Verify old monitors are purgedjonmv2023-09-051-0/+1
|
* Keep and reconfigure ClusterMonitor when reconfiguring dispatcherjonmv2023-09-055-47/+113
|