summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Bratseth/select 1 host by index"Jon Bratseth2017-11-241-0/+3
|
* Prepare to select host by index (no change)Jon Bratseth2017-11-221-3/+0
|
* Optimize importsJon Bratseth2017-11-141-8/+0
|
* Suppress parser output on stderrJon Bratseth2017-11-143-6/+20
|
* Merge pull request #4012 from vespa-engine/balder/omit-sessionid-from-cache-keyJon Bratseth2017-11-076-29/+73
|\ | | | | 1 - Ignores the session key when creating the cache key.
| * Be resilient on the length too.Henning Baldersheim2017-11-072-3/+4
| |
| * Make the tests resilient to order of execution as the assigned uniqueId will ↵Henning Baldersheim2017-11-072-12/+28
| | | | | | | | change with execution order.
| * The queryflags count as part of the cache key.Henning Baldersheim2017-11-062-2/+2
| |
| * 1 - Ignores the session key when creating the cache key.Henning Baldersheim2017-11-064-17/+44
| | | | | | | | 2 - Fix an earlier bug due to variable header size in cache key generation.
* | do all peak_qps reporting in a timer taskArne Juul2017-11-031-39/+41
| |
* | ensure we keep flushing peak_qps after a burst of queriesArne Juul2017-11-021-6/+29
|/
* Remove unranked items not contributing to recallJon Bratseth2017-10-182-3/+26
|
* Merge with masterJon Bratseth2017-10-172-2/+2
|\
* | Don't remove OR terms which contributes to rankJon Bratseth2017-10-172-48/+40
| |
* | Change method order - no functiona changesJon Bratseth2017-10-171-49/+50
| |
* | Nonfunctional changes onlyJon Bratseth2017-10-173-4/+7
|/
* Nonfunctional changes onlyJon Bratseth2017-10-161-2/+3
|
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+28
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-28/+0
|
* Create function to install config definitions.Arnstein Ressem2017-09-271-54/+27
|
* Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+55
|
* 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
| | | |