summaryrefslogtreecommitdiffstats
path: root/container-search/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Remove unranked items not contributing to recallJon Bratseth2017-10-181-0/+10
|
* Merge with masterJon Bratseth2017-10-172-2/+2
|\
* | Don't remove OR terms which contributes to rankJon Bratseth2017-10-171-43/+29
| |
* | 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
|
* Merge pull request #3403 from vespa-engine/bratseth/nonfunctional-changes-3Arne H Juul2017-09-134-34/+20
|\ | | | | Nonfunctional changes only
| * Nonfunctional changes onlyJon Bratseth2017-09-134-34/+20
| |
* | remove printlnsJon Bratseth2017-09-121-3/+0
| |
* | Clean up error message handlingJon Bratseth2017-09-123-66/+90
| |
* | Make it possible to clear errors of a HitGroupJon Bratseth2017-09-111-7/+23
| | | | | | | | | | | | 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-1137-65/+72
|/
* 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 branch 'master' into ↵Harald Musum2017-08-313-1/+16
|\ | | | | | | revert-3275-revert-3260-hmusum/remove-version-from-def-files
| * 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 "Revert "version in def files are deprecated""Harald Musum2017-08-3021-21/+0
|/ /
* | Revert "version in def files are deprecated"Harald Musum2017-08-3021-0/+21
| |
* | 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-3021-21/+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-281-0/+1
| | | | | | 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-281-10/+5
| | | | | - 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-282-0/+25
|
* 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-177-40/+65
|\ | | | | Add rankprofile to the base sessionId.
| * Remove unused imports in my open files.Henning Baldersheim2017-08-173-4/+0
| |
| * Update comments and imports.Henning Baldersheim2017-08-173-7/+8
| |
| * Use your own rankprofile, and avoid breaking public API.Henning Baldersheim2017-08-177-36/+59
| |
| * Add rankprofile to the base sessionId.Henning Baldersheim2017-08-166-14/+19
| |
* | Return an error when ranking.queryCache is not enabled when it needs to be.Henning Baldersheim2017-08-162-29/+39
|/
* 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-083-46/+46
|
* Remove unnecessary catchJon Bratseth2017-08-021-1/+1
|
* Avoid timing sensitivityJon Bratseth2017-08-021-2/+5
|
* Only create timeout error when it is actually neededBjørn Christian Seime2017-07-121-6/+7
|
* Even if we claim efficiency by lazy setting, we actually must do it eventually.Henning Baldersheim2017-06-221-1/+2
| | | | | If not there is no point in having a placeholder for it. Not doing so makes sorting/compaing/hashing extremely expensive.
* Avoid the implicit sorting that deepIterator does as a sideeffect.Henning Baldersheim2017-06-221-2/+2
| | | | It is not worthwhile. Especially when you do not have a document id.
* use underVespaHomeArne H Juul2017-06-192-2/+3
|