aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5768 from vespa-engine/bratseth/cleanup-hit-2Jon Bratseth2018-05-0314-428/+361
|\ | | | | Bratseth/cleanup hit 2
| * Improve javadocJon Bratseth2018-05-031-6/+1
| |
| * Optimize importsJon Bratseth2018-05-031-1/+0
| |
| * Expect the right contextJon Bratseth2018-05-033-19/+14
| |
| * Optimize importsJon Bratseth2018-05-032-4/+0
| |
| * Reorganize code: No functional changeJon Bratseth2018-05-021-101/+81
| |
| * Deprecate Hit.getTypeString()Jon Bratseth2018-05-025-19/+18
| |
| * Stop using source number: Same uniqueness as source nameJon Bratseth2018-05-025-32/+18
| |
| * Reorganize code, no functional changeJon Bratseth2018-05-022-82/+86
| |
| * Deprecated more of the Hit APIJon Bratseth2018-04-302-12/+19
| |
| * Discontinue use of, and deprecate Hit.getFieldXMLJon Bratseth2018-04-306-19/+68
| |
| * Reorganize - no functional changesJon Bratseth2018-04-301-111/+77
| |
| * Remove RawField (not used)Jon Bratseth2018-04-302-45/+2
| |
* | Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-029-16/+16
| |
* | Revert "Gjoranv/java9 prep 05"gjoranv2018-05-029-16/+16
| |
* | Java 9: Replace 'new Double' with 'Double.valueOf'gjoranv2018-05-012-2/+2
| |
* | Java 9: Replace 'new Long' with 'Long.valueOf'gjoranv2018-05-011-1/+1
| |
* | Java 9: Replace 'new Integer' with 'Integer.valueOf'gjoranv2018-04-308-13/+13
|/
* Remove lazy decoding (not used)Jon Bratseth2018-04-276-218/+62
|
* Remove LazyField (not used)Jon Bratseth2018-04-271-49/+7
|
* Remove row+column supportJon Bratseth2018-04-277-104/+25
|
* Wire missing query API properties into typesJon Bratseth2018-04-264-7/+12
|
* Cleanup some unmaintainable messJon Bratseth2018-04-264-42/+52
|
* Include Query model in listPropertiesJon Bratseth2018-04-269-76/+90
|
* Merge pull request #5702 from vespa-engine/bratseth/nonfunctiona-changesgjoranv2018-04-255-10/+11
|\ | | | | Nonfunctional changes only
| * Nonfunctional changes onlyJon Bratseth2018-04-255-10/+11
| |
* | Clear renderer hit groupsJon Bratseth2018-04-246-7/+35
|/ | | | | | | | | 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.
* Don't add sddocname when no summary is availableJon Bratseth2018-04-242-15/+1
|
* More epistemic uncertaintyJon Bratseth2018-04-231-1/+1
|
* Tolerate non-existing summary classesJon Bratseth2018-04-232-4/+3
|
* Set each hit as filledJon Bratseth2018-04-235-9/+10
|
* Revert "Merge pull request #5663 from ↵Jon Bratseth2018-04-2326-195/+244
| | | | | | | 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-2226-244/+195
|
* Merge pull request #5628 from vespa-engine/bratseth/dispatch-summaries-take-4Jon Bratseth2018-04-2226-195/+244
|\ | | | | Bratseth/dispatch summaries take 4
| * Nonfunctional changeJon Bratseth2018-04-191-2/+2
| |
| * Don't use RPC if a position is set. Robus docsum selectionJon Bratseth2018-04-174-26/+17
| |
| * Revert "Merge pull request #5613 from ↵Jon Bratseth2018-04-1726-168/+226
| | | | | | | | | | | | | | vespa-engine/revert-5594-bratseth/dispatch-summaries-take-3" This reverts commit 6396443d0f464444cf347316bbad3e0ec101e341, reversing changes made to 02f822da6c0dabad91a09a896a2e3029d1d1fa1b.
* | Add todo about removing packet cache.Henning Baldersheim2018-04-202-6/+11
|/
* Revert "Bratseth/dispatch summaries take 3"Jon Bratseth2018-04-1726-226/+168
|
* No caching support with RPCJon Bratseth2018-04-162-1/+2
|
* Add tracing of summary fetchJon Bratseth2018-04-161-0/+3
|
* Don't use RPC if legacy emulation is usedJon Bratseth2018-04-162-2/+16
|
* Note that hits are filledJon Bratseth2018-04-161-0/+1
|
* Analyze hits after fillingJon Bratseth2018-04-162-5/+1
|
* Hits are unsorted after adding a summaryJon Bratseth2018-04-162-2/+1
|
* Revert "Merge pull request #5583 from ↵Jon Bratseth2018-04-1624-159/+203
| | | | | | | 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-1324-203/+159
|
* Decode docsums the old fashioned wayJon Bratseth2018-04-1223-145/+194
|
* Revert "Revert "dispatch.summaries by default when possible""Jon Bratseth2018-04-123-14/+9
|
* [relevancy] and [rank] are synonyms and maps to [rank] in the backendHenning Baldersheim2018-04-121-0/+3
|