aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/result/Hit.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Don't count unfilled hits towards successJon Bratseth2023-01-201-3/+2
|
* Cleanup - no functional changesJon Bratseth2022-10-101-6/+7
|
* Add Executor to Execution.ContextJon Bratseth2021-10-081-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Warn not to cache thisJon Bratseth2021-02-031-2/+4
|
* Expose raw summary dataJon Bratseth2020-08-051-1/+1
| | | | This makes it easier to serialize hits.
* Non-functional changes onlyJon Bratseth2020-03-231-2/+2
|
* Accessor for summary featuresJon Bratseth2019-11-121-12/+12
|
* Add equals and cleanupJon Bratseth2019-09-171-7/+7
|
* 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
| |
* | Revert "Revert "Removing elements from an array is very costly.""Henning Baldersheim2019-09-111-1/+0
|/
* 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-101-0/+1
|
* Removing elements from an array is very costly.Henning Baldersheim2019-09-091-1/+0
| | | | Make a new one and copy the ones to keep instead.
* Nonfunctional changes onlyJon Bratseth2019-02-011-5/+0
|
* Nonfunctional changes onlyJon Bratseth2019-01-211-3/+3
|
* Do Vespa 7 TODOsJon Bratseth2019-01-211-3/+1
|
* Remove deprecated codeJon Bratseth2019-01-211-158/+8
|
* Avoid deprecated methodJon Bratseth2018-10-161-10/+22
|
* Avoid deprecated methodJon Bratseth2018-10-151-1/+2
|
* Avoid encoding between utf-8 and 16 unnecessarilyJon Bratseth2018-05-291-1/+27
|
* Revert "Revert "Bratseth/allocation free hit field traversal""Jon Bratseth2018-05-111-13/+22
|
* Revert "Bratseth/allocation free hit field traversal"Jon Bratseth2018-05-111-22/+13
|
* Use callback traversal in JSON rendererJon Bratseth2018-05-111-13/+22
|
* Revert "Revert "Bratseth/lazy summary decoding""Jon Bratseth2018-05-081-15/+18
|
* Revert "Bratseth/lazy summary decoding"Jon Bratseth2018-05-071-18/+15
|
* Lazy summary decodingJon Bratseth2018-05-041-15/+18
|
* Expect the right contextJon Bratseth2018-05-031-1/+4
|
* Optimize importsJon Bratseth2018-05-031-1/+0
|
* Reorganize code: No functional changeJon Bratseth2018-05-021-101/+81
|
* Deprecate Hit.getTypeString()Jon Bratseth2018-05-021-10/+6
|
* Stop using source number: Same uniqueness as source nameJon Bratseth2018-05-021-16/+11
|
* Reorganize code, no functional changeJon Bratseth2018-05-021-82/+85
|
* Deprecated more of the Hit APIJon Bratseth2018-04-301-9/+19
|
* Discontinue use of, and deprecate Hit.getFieldXMLJon Bratseth2018-04-301-4/+3
|
* Clear renderer hit groupsJon Bratseth2018-04-241-0/+6
| | | | | | | | | This allows us to stream more data than can fit in the container (across all concurrent queries), as rendered hits in completed groups can now be garbage collected. We can not deference the hit groups themselves as that entails modifying the parent list.
* Revert "Merge pull request #5663 from ↵Jon Bratseth2018-04-231-11/+8
| | | | | | | vespa-engine/revert-5628-bratseth/dispatch-summaries-take-4" This reverts commit dc350f9b5b3ea6ec73cb03f9e1a9feee9aedb754, reversing changes made to 416381813ecc71079cebdfc2fbea53db50714014.
* Revert "Bratseth/dispatch summaries take 4"Jon Bratseth2018-04-221-8/+11
|
* Nonfunctional changeJon Bratseth2018-04-191-2/+2
|
* Revert "Merge pull request #5613 from ↵Jon Bratseth2018-04-171-9/+6
| | | | | | | vespa-engine/revert-5594-bratseth/dispatch-summaries-take-3" This reverts commit 6396443d0f464444cf347316bbad3e0ec101e341, reversing changes made to 02f822da6c0dabad91a09a896a2e3029d1d1fa1b.
* Revert "Bratseth/dispatch summaries take 3"Jon Bratseth2018-04-171-6/+9
|
* Revert "Merge pull request #5583 from ↵Jon Bratseth2018-04-161-9/+6
| | | | | | | vespa-engine/revert-5568-revert-5541-revert-5536-bratseth/dispatch-summaries-by-default" This reverts commit 31726a59b430f571e04a1869449f678e420c7de3, reversing changes made to 43f61854cb785763ae19564840557a7d9e758dce.
* Revert "Revert "Revert "dispatch.summaries by default when possible"""Jon Bratseth2018-04-131-6/+9
|
* Decode docsums the old fashioned wayJon Bratseth2018-04-121-9/+6
|
* Fix javadoc warningJo Kristian Bergum2018-01-241-1/+1
|
* Nonfunctional changes onlyJon Bratseth2017-09-071-59/+61
|