summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/result
Commit message (Collapse)AuthorAgeFilesLines
* Avoid deprecation warningsHenning Baldersheim2019-12-191-2/+2
|
* Allow function value lookup without rankingExpression() wrapperJon Bratseth2019-11-121-2/+10
|
* Accessor for summary featuresJon Bratseth2019-11-123-16/+25
|
* Nonfunctional changes onlyJon Bratseth2019-09-241-3/+1
|
* CleanupJon Bratseth2019-09-171-4/+3
|
* Add equals and cleanupJon Bratseth2019-09-175-32/+23
|
* Merge pull request #10621 from vespa-engine/balder/avoid-double-bookeeping-of-idHenning Baldersheim2019-09-121-1/+1
|\ | | | | Balder/avoid double bookeeping of.
| * Avoid double bookkeeping as it already has a place in the parent.Henning Baldersheim2019-09-121-1/+1
| |
* | Consider auxiliary hits too.Henning Baldersheim2019-09-111-15/+17
| |
* | Revert "Revert "Removing elements from an array is very costly.""Henning Baldersheim2019-09-112-7/+13
|/
* Revert "Revert "Make fasthit leaner since it appears in considerable amounts ↵Henning Baldersheim2019-09-101-3/+12
| | | | during m…""
* Revert "Make fasthit leaner since it appears in considerable amounts during ↵Harald Musum2019-09-101-12/+3
| | | | m…"
* Make fasthit leaner since it appears in considerable amounts during merging, ↵Henning Baldersheim2019-09-101-3/+12
| | | | and only a few are filled.
* Revert "Removing elements from an array is very costly."Henning Baldersheim2019-09-102-13/+7
|
* Propagate listenersJon Bratseth2019-09-091-7/+7
|
* Removing elements from an array is very costly.Henning Baldersheim2019-09-092-2/+8
| | | | Make a new one and copy the ones to keep instead.
* Add testJon Bratseth2019-06-271-8/+23
|
* Decode tensor summary featuresJon Bratseth2019-06-152-11/+81
|
* Avoid dynamic ArrayList growth in HitGroup when number of hits is knownOlli Virtanen2019-04-261-0/+4
|
* Code flow cleanupsOlli Virtanen2019-04-091-3/+13
|
* Use sort data with java dispatcherOlli Virtanen2019-04-021-11/+34
|
* Use an optimization to avoid creating sets in happy path.Henning Baldersheim2019-02-251-6/+56
|
* Avoid calling getFilled twice.Henning Baldersheim2019-02-251-6/+7
|
* Nonfunctional changes onlyJon Bratseth2019-02-011-5/+0
|
* Render single value position as object to match how top-level position ↵Geir Storli2019-01-211-20/+28
| | | | fields are rendered.
* Nonfunctional changes onlyJon Bratseth2019-01-211-3/+3
|
* Do Vespa 7 TODOsJon Bratseth2019-01-211-3/+1
|
* Remove template supportJon Bratseth2019-01-211-215/+0
|
* Remove deprecated codeJon Bratseth2019-01-215-204/+8
|
* handle array of position objects if we get itArne Juul2018-12-171-0/+64
|
* use deafult toXML implementationArne Juul2018-12-171-5/+0
|
* Result merging moved to InterleavedSearchInvokerOlli Virtanen2018-12-031-23/+0
|
* Fixes to adaptive timeout handlingOlli Virtanen2018-11-291-0/+10
|
* Merge pull request #7319 from vespa-engine/bratseth/remove-deprecated-api-usageJon Bratseth2018-10-166-21/+47
|\ | | | | Bratseth/remove deprecated api usage
| * Fix testsJon Bratseth2018-10-161-1/+6
| |
| * Avoid deprecated methodJon Bratseth2018-10-166-16/+33
| |
| * Avoid deprecated methodJon Bratseth2018-10-161-0/+1
| |
| * Avoid deprecated classesJon Bratseth2018-10-161-2/+0
| |
| * Avoid deprecated methodJon Bratseth2018-10-152-1/+5
| |
| * Avoid deprecated methodJon Bratseth2018-10-151-1/+2
| |
* | sort missing (null) field valuesArne Juul2018-10-161-5/+6
| | | | | | | | This reverts commit 5801a5e4019324cd3212ef5da40f22268c01a03c.
* | implement sorting on fields inside structsArne Juul2018-10-161-0/+42
|/
* Revert "Revert "Simplify and correct isFilled""Jon Bratseth2018-10-141-53/+9
|
* Revert "Simplify and correct isFilled"Jon Bratseth2018-10-141-9/+53
|
* Revert "sort missing (null) field values"Jon Bratseth2018-10-141-6/+5
|
* Merge pull request #7299 from vespa-engine/bratseth/prevent-xxe-in-xmlfeedreaderJon Bratseth2018-10-141-1/+0
|\ | | | | Prevent XXE
| * Prevent XXEJon Bratseth2018-10-131-1/+0
| |
* | Java dispatch coverage reporting correctionsOlli Virtanen2018-10-121-0/+12
| |
* | Merge pull request #7287 from vespa-engine/arnej/sort-missing-fieldsJon Bratseth2018-10-121-5/+6
|\ \ | | | | | | sort missing (null) field values
| * | sort missing (null) field valuesArne Juul2018-10-121-5/+6
| |/ | | | | | | | | | | * since we no longer force fill empty fields, we must handle the case where some fields in some hits are missing, and sort in a predictable manner.