aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Expand)AuthorAgeFilesLines
* Revert "Bratseth/iterate over indexes not fields"Henning Baldersheim2018-05-2339-257/+242
* Merge pull request #5903 from vespa-engine/bratseth/iterate-over-indexes-not-...Jon Bratseth2018-05-2339-242/+257
|\
| * Fix comment typoJon Bratseth2018-05-231-1/+1
| * CleanupJon Bratseth2018-05-2226-63/+101
| * Deprecate old DocumentSourceSearcherJon Bratseth2018-05-224-33/+31
| * Iterate over indexes not fieldsJon Bratseth2018-05-221-55/+33
| * Iterate over indexes not fieldsJon Bratseth2018-05-224-65/+53
| * Iterate over indexes not fieldsJon Bratseth2018-05-225-26/+39
* | Use and explicit StringBuilder to optimise id/uri creation.Henning Baldersheim2018-05-221-3/+9
* | update bootstrapArne Juul2018-05-161-2/+5
|/
* Remove overly pragmatic (though very honest) unit testTor Brede Vekterli2018-05-141-18/+0
* update bootstrap section of scriptsArne Juul2018-05-141-0/+9
* Convert fields and test traversal firstJon Bratseth2018-05-113-16/+33
* Revert "Revert "Bratseth/allocation free hit field traversal""Jon Bratseth2018-05-1115-166/+151
* Revert "Bratseth/allocation free hit field traversal"Jon Bratseth2018-05-1115-151/+166
* Iterate over fields by callbackJon Bratseth2018-05-1110-58/+33
* Use callback traversal in JSON rendererJon Bratseth2018-05-115-89/+104
* Simplify fields field trackingJon Bratseth2018-05-111-23/+18
* Only fdispatch handles the estimate feature properly.Henning Baldersheim2018-05-111-0/+1
* Remove some dead codeJon Bratseth2018-05-1029-953/+61
* Revert "Revert "Bratseth/lazy summary decoding""Jon Bratseth2018-05-088-149/+907
* 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