summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
...
* Protobuf, unless dispatch.summariesHenning Baldersheim2019-09-181-1/+2
|
* Any docs are better than none.Henning Baldersheim2019-09-181-2/+2
|
* If no groups are good enough, we are down.Henning Baldersheim2019-09-181-2/+6
|
* Ensure that we will set the vipstatus to good when we are good.Henning Baldersheim2019-09-181-8/+9
|
* Use a ternary to visualize that we always return something valid.Henning Baldersheim2019-09-181-5/+3
|
* It is not an option to return empty optional.Henning Baldersheim2019-09-182-10/+4
|
* Not necessary to use reflection to create a class ....Henning Baldersheim2019-09-183-25/+11
|
* Revert "Revert "Revert "Revert "Balder/no more fs4 dispatching from ↵Henning Baldersheim2019-09-1877-7060/+96
| | | | fastsearcher""""
* Revert "Revert "Revert "Balder/no more fs4 dispatching from fastsearcher"""Henning Baldersheim2019-09-1877-96/+7060
|
* Revert "Revert "Balder/no more fs4 dispatching from fastsearcher""Henning Baldersheim2019-09-1877-7060/+96
|
* Revert "Balder/no more fs4 dispatching from fastsearcher"Henning Baldersheim2019-09-1777-96/+7060
|
* Some more cleanupHenning Baldersheim2019-09-172-16/+3
|
* Do not monitor fs4Henning Baldersheim2019-09-173-299/+31
|
* More cleanupHenning Baldersheim2019-09-173-315/+6
|
* Minor cleanup.Henning Baldersheim2019-09-171-1/+0
|
* Minor cleanup.Henning Baldersheim2019-09-1712-48/+12
|
* No more fs4 dispatching from fastsearcher.Henning Baldersheim2019-09-1762-6383/+46
| | | | fs4 is gone
* Merge pull request #10687 from vespa-engine/bratseth/compare-equalsJon Bratseth2019-09-1716-91/+124
|\ | | | | Bratseth/compare equals
| * Update abi specJon Bratseth2019-09-171-5/+11
| |
| * CleanupJon Bratseth2019-09-171-4/+3
| |
| * Add equals and cleanupJon Bratseth2019-09-1715-82/+110
| |
* | Test that Nan -> negative infinity conversion takes place in LeanHit.Henning Baldersheim2019-09-171-3/+12
|/
* Set relevance to 0.0 if sorting.Henning Baldersheim2019-09-162-3/+3
|
* Revert "Revert "Revert "Revert "Use a LeanHit until merging is done." MERGEOK"""Henning Baldersheim2019-09-1614-151/+323
|
* Revert "Revert "Revert "Use a LeanHit until merging is done." MERGEOK""Henning Baldersheim2019-09-1614-323/+151
|
* Add simple protobuf decoding test and fix logic inversion.Henning Baldersheim2019-09-163-8/+76
|
* Revert "Revert "Use a LeanHit until merging is done." MERGEOK"Henning Baldersheim2019-09-1613-151/+255
|
* Merge pull request #10670 from vespa-engine/balder/use-java-dispatch-by-defaultHenning Baldersheim2019-09-161-1/+2
|\ | | | | Balder/use java dispatch by default
| * Update the global config in global scope.Henning Baldersheim2019-09-161-1/+1
| |
| * Use java dispatch by default all over the world.Henning Baldersheim2019-09-161-1/+2
| |
* | Revert "Use a LeanHit until merging is done."Henning Baldersheim2019-09-1613-255/+151
|/
* Use a LeanHit until merging is done.Henning Baldersheim2019-09-1613-151/+255
|
* Remove obsolete todo and rename countFastHits -> countUnfilledFastHitsHenning Baldersheim2019-09-132-3/+2
|
* Avoid wrapping the 12 bytes in yet another object.Henning Baldersheim2019-09-1314-169/+64
|
* Merge pull request #10625 from ↵Jon Bratseth2019-09-131-32/+33
|\ | | | | | | | | vespa-engine/bratseth/allow-alternatives-under-equiv Allow word alternatives under Equiv
| * Allow word alternatives under EquivJon Bratseth2019-09-121-32/+33
| |
* | Merge pull request #10621 from vespa-engine/balder/avoid-double-bookeeping-of-idHenning Baldersheim2019-09-123-8/+6
|\ \ | | | | | | Balder/avoid double bookeeping of.
| * | Minor cleanupHenning Baldersheim2019-09-121-2/+0
| | |
| * | Avoid double bookkeeping as it already has a place in the parent.Henning Baldersheim2019-09-122-6/+6
| |/
* | Merge pull request #10601 from ↵Henning Baldersheim2019-09-124-11/+35
|\ \ | | | | | | | | | | | | vespa-engine/revert-10575-revert-10569-balder/more-efficient-trim Revert "Revert "Removing elements from an array is very costly
| * | Since we are trimming we need to reflect that in the offsets too.Henning Baldersheim2019-09-112-0/+16
| | |
| * | 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
| |/
* / - query.setOffset(0) when you conduct a trim.Henning Baldersheim2019-09-113-2/+7
|/ | | | - Remove a clone that is not necessary.
* Check for auxiliary hits in first chunk explicitHenning Baldersheim2019-09-111-1/+10
|
* Add minmal testing of merge and offset and auxiliary hits.Henning Baldersheim2019-09-113-4/+127
|
* Also consider auxiliary hits.Henning Baldersheim2019-09-101-6/+24
|
* Update abiHenning Baldersheim2019-09-101-0/+1
|
* Revert "Revert "Make fasthit leaner since it appears in considerable amounts ↵Henning Baldersheim2019-09-103-20/+32
| | | | during m…""
* Revert "Make fasthit leaner since it appears in considerable amounts during ↵Harald Musum2019-09-103-32/+20
| | | | m…"