summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | | | | | | | | | - javax.xml classes are moved to module java.xml.ws ("which is not in the module graph")
| * Remove CachingSearcher and its Cache with SizeCalculatorgjoranv2018-05-045-716/+0
| | | | | | | | | | | | | | | | - The SizeCalculator uses recursive reflective calls in the object tree, and attempts illegal access to e.g. java.lang.module classes on Java 9+. With this access explicitly allowed via "--add-opens" the calculator returns a much larger size than the actual size of the object.
* | 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
|\ | | | | Bratseth/cleanup hit 2
| * 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
|\ | | | | Bratseth/correct list properties
| * 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
| |