summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3403 from vespa-engine/bratseth/nonfunctional-changes-3Arne H Juul2017-09-137-42/+42
|\ | | | | Nonfunctional changes only
| * Nonfunctional changes onlyJon Bratseth2017-09-137-42/+42
| |
* | DisambiguateJon Bratseth2017-09-121-25/+14
| |
* | remove printlnsJon Bratseth2017-09-121-3/+0
| |
* | Clean up error message handlingJon Bratseth2017-09-124-70/+132
| |
* | Make it possible to clear errors of a HitGroupJon Bratseth2017-09-112-8/+60
| | | | | | | | | | | | This also pulls errors from the query in the case where new errors are added before the list of errors are inspected. This may break something, but the old behavior was inconsistent.
* | Nonfunctional changes onlyJon Bratseth2017-09-1139-67/+74
|/
* We need the document type too.Henning Baldersheim2017-09-081-2/+6
|
* Nonfunctional changes onlyJon Bratseth2017-09-074-85/+91
|
* Persist after removeJon Bratseth2017-09-061-1/+1
|
* Merge pull request #3287 from ↵gjoranv2017-09-0523-23/+0
|\ | | | | | | | | vespa-engine/revert-3275-revert-3260-hmusum/remove-version-from-def-files Revert 3275 revert 3260 hmusum/remove version from def files
| * Merge branch 'master' into ↵Harald Musum2017-08-314-2/+18
| |\ | | | | | | | | | revert-3275-revert-3260-hmusum/remove-version-from-def-files
| * | Revert "Revert "version in def files are deprecated""Harald Musum2017-08-3023-23/+0
| | |
* | | Revert "use Relevance.toString()"Henning Baldersheim2017-09-041-2/+1
| | |
* | | Merge pull request #3317 from vespa-engine/arnej/avoid-java-double-formatterHenning Baldersheim2017-09-041-1/+2
|\ \ \ | | | | | | | | use Relevance.toString()
| * | | use Relevance.toString()Arne Juul2017-09-041-1/+2
| | | | | | | | | | | | | | | | * avoids costly Double.toString() for JSON rendering
* | | | Make antlr and antlr4 invisible for customer projects.gjoranv2017-09-011-2/+1
|/ / / | | | | | | | | | - Visible only in test classpath.
* | | Revert "render infinite or NaN relevance as "0.0""Henning Baldersheim2017-09-013-7/+3
| | |
* | | render infinite or NaN relevance as "0.0"Arne Juul2017-08-313-3/+7
| |/ |/|
* | Revert "Make antlr and antlr4 invisible for customer projects."Arnstein Ressem2017-08-311-1/+2
| |
* | Merge pull request #3261 from ↵Henning Baldersheim2017-08-303-1/+16
|\ \ | |/ |/| | | | | vespa-engine/balder/prereserve-for-expected-number-of-fields Presize the hashmaps where possible to reduce resizing.
| * Compensate for loadfactor, and use correct fieldcount at the right place, ↵Henning Baldersheim2017-08-302-8/+5
| | | | | | | | instead of the pragmatic imprecise initial take.
| * Presize the hashmaps where possible to reduce resizing.Henning Baldersheim2017-08-303-3/+21
| |
* | Revert "version in def files are deprecated"Harald Musum2017-08-3023-0/+23
| |
* | Merge pull request #3271 from ↵Bjørn Christian Seime2017-08-301-2/+1
|\ \ | | | | | | | | | | | | vespa-engine/gjoranv/exclude-antlr-from-provided-deps Make antlr and antlr4 invisible for customer projects.
| * | Make antlr and antlr4 invisible for customer projects.gjoranv2017-08-301-2/+1
| | | | | | | | | | | | - Visible only in test classpath.
* | | Merge pull request #3267 from vespa-engine/bratseth/nonfunctional-changesJon Marius Venstad2017-08-301-1/+1
|\ \ \ | | | | | | | | Nonfunctional changes
| * \ \ Merge with masterJon Bratseth2017-08-301-7/+8
| |\ \ \ | | | |/ | | |/|
| * | | Nonfunctional changesJon Bratseth2017-08-301-1/+1
| | | |
* | | | version in def files are deprecatedHarald Musum2017-08-3023-23/+0
| |/ / |/| |
* | | Handle that normalizing leads to an empty queryJon Bratseth2017-08-291-7/+8
|/ /
* | Make assignment of sessionid independent of wether getSessionId(true) has ↵Henning Baldersheim2017-08-282-4/+8
| | | | | | | | | | | | been called prior to clone(). Now it will behave as if getSessionId() has NOT been called, which is what is considered current behavior by 99% of usage patterns.
* | Restore old beahvior on clone.Henning Baldersheim2017-08-282-10/+19
| | | | | | | | | | - If getSessionId(true) has been called prior to clone, allcones will share sessionid with parent. - If not, they will all get their own.
* | remove unused codeHenning Baldersheim2017-08-281-1/+0
| |
* | Remove unused code.Henning Baldersheim2017-08-281-8/+0
| |
* | Add info about enabled caches and their keys.Henning Baldersheim2017-08-283-0/+58
|/
* Generate an explicit timeout messageJon Bratseth2017-08-212-1/+3
|
* Add copyright headerJon Bratseth2017-08-181-0/+1
|
* wantsRPCSummarFill -> wantsRPCSummaryFillHenning Baldersheim2017-08-172-3/+3
|
* Merge pull request #3136 from vespa-engine/balder/use-rank-profile-in-sessionidHenning Baldersheim2017-08-179-48/+71
|\ | | | | Add rankprofile to the base sessionId.
| * Remove unused imports in my open files.Henning Baldersheim2017-08-175-6/+0
| |
| * Update comments and imports.Henning Baldersheim2017-08-173-7/+8
| |
| * Use your own rankprofile, and avoid breaking public API.Henning Baldersheim2017-08-178-37/+60
| |
| * Add rankprofile to the base sessionId.Henning Baldersheim2017-08-168-21/+26
| |
* | Return an error when ranking.queryCache is not enabled when it needs to be.Henning Baldersheim2017-08-163-29/+74
|/
* Also propagate rank profile.Henning Baldersheim2017-08-161-2/+5
|
* Send the sessionId down if present.Henning Baldersheim2017-08-151-3/+8
|
* Remove reference to yca proxyJon Bratseth2017-08-081-1/+1
|
* Remove unnecessary instances of the character sequence 'yca'Jon Bratseth2017-08-084-47/+47
|
* Remove unnecessary catchJon Bratseth2017-08-021-1/+1
|