aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Expand)AuthorAgeFilesLines
* Revert "Bratseth/lazy summary decoding"Jon Bratseth2018-05-078-907/+149
* Naming and JavaDoc improvementsJon Bratseth2018-05-071-9/+22
* Merge branch 'master' into bratseth/lazy-summary-decodingJon Bratseth2018-05-076-716/+5
|\
| * Java 9: Add jaxb-api dependencygjoranv2018-05-041-0/+5
| * Remove CachingSearcher and its Cache with SizeCalculatorgjoranv2018-05-045-716/+0
* | Handle type and data mismatchJon Bratseth2018-05-073-30/+58
* | More testsJon Bratseth2018-05-075-16/+122
* | More testsJon Bratseth2018-05-052-15/+60
* | More testsJon Bratseth2018-05-042-9/+88
* | Cleanup testJon Bratseth2018-05-041-61/+55
* | Cleanup testJon Bratseth2018-05-042-91/+91
* | Lazy summary decodingJon Bratseth2018-05-045-40/+533
|/
* Merge pull request #5768 from vespa-engine/bratseth/cleanup-hit-2Jon Bratseth2018-05-0320-454/+381
|\
| * Improve javadocJon Bratseth2018-05-031-6/+1
| * Optimize importsJon Bratseth2018-05-031-1/+0
| * Expect the right contextJon Bratseth2018-05-034-24/+25
| * Optimize importsJon Bratseth2018-05-032-4/+0
| * Reorganize code: No functional changeJon Bratseth2018-05-022-104/+84
| * Deprecate Hit.getTypeString()Jon Bratseth2018-05-026-20/+19
| * Stop using source number: Same uniqueness as source nameJon Bratseth2018-05-029-39/+23
| * Reorganize code, no functional changeJon Bratseth2018-05-022-82/+86
| * Deprecated more of the Hit APIJon Bratseth2018-04-303-22/+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-0215-39/+39
* | Revert "Gjoranv/java9 prep 05"gjoranv2018-05-0215-39/+39
* | Java 9: Replace 'new Double' with 'Double.valueOf'gjoranv2018-05-013-4/+4
* | Java 9: Replace 'new Long' with 'Long.valueOf'gjoranv2018-05-011-1/+1
* | Java 9: Replace 'new Integer' with 'Integer.valueOf'gjoranv2018-04-3013-34/+34
|/
* Remove lazy decoding (not used)Jon Bratseth2018-04-276-218/+62
* Remove LazyField (not used)Jon Bratseth2018-04-272-69/+7
* Remove row+column supportJon Bratseth2018-04-2714-156/+35
* Merge pull request #5724 from vespa-engine/bratseth/correct-listPropertiesJon Bratseth2018-04-2718-226/+264
|\
| * Wire missing query API properties into typesJon Bratseth2018-04-265-7/+22
| * Cleanup some unmaintainable messJon Bratseth2018-04-264-42/+52
| * Include Query model in listPropertiesJon Bratseth2018-04-2613-199/+212
* | Remove vespajlib:Utilgjoranv2018-04-261-9/+1
|/
* Merge pull request #5707 from vespa-engine/bratseth/remove-usage-of-junit-fra...gjoranv2018-04-262-4/+5
|\
| * Remove usage of junit.frameworkJon Bratseth2018-04-252-4/+5
* | Merge pull request #5702 from vespa-engine/bratseth/nonfunctiona-changesgjoranv2018-04-255-10/+11
|\ \ | |/ |/|
| * Nonfunctional changes onlyJon Bratseth2018-04-255-10/+11
* | Clear renderer hit groupsJon Bratseth2018-04-246-7/+35
|/
* 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 vespa-engine/revert-5628-bratseth/dispa...Jon Bratseth2018-04-2330-220/+303
* Revert "Bratseth/dispatch summaries take 4"Jon Bratseth2018-04-2230-303/+220
* Merge pull request #5628 from vespa-engine/bratseth/dispatch-summaries-take-4Jon Bratseth2018-04-2230-220/+303
|\