aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* Also log target-active docs.Henning Baldersheim2022-09-131-0/+2
|
* Merge pull request #24000 from vespa-engine/balder/propagate-target-active-docsHenning Baldersheim2022-09-1012-39/+50
|\ | | | | Balder/propagate target active docs
| * Add target active docs to toStringHenning Baldersheim2022-09-091-2/+3
| |
| * soonActive => targetActiveHenning Baldersheim2022-09-0912-39/+49
| | | | | | | | Wire in targetActive in MonitorReply/Pong.
| * Propagate target-active-docs in monitor reply.Henning Baldersheim2022-09-095-7/+7
| |
* | Avoid multiple definitions of juniper::QueryItem.Tor Egge2022-09-101-1/+1
|/ | | | Use single definition of ItemCreator enumeration in C++.
* Add testsJon Bratseth2022-09-082-5/+27
|
* Apply aliases to sortspecJon Bratseth2022-09-084-27/+41
|
* Always dealias field referencesJon Bratseth2022-09-081-11/+20
|
* Use Java 17 constructsJon Bratseth2022-09-081-138/+84
|
* Send down summary-fields in present.Henning Baldersheim2022-09-021-5/+9
|
* GC unused parameters.Henning Baldersheim2022-09-022-31/+15
|
* - Add fieldlist to docsum request.Henning Baldersheim2022-09-013-3/+9
| | | | - Only return fields requested from the backend.
* Merge pull request #23893 from vespa-engine/arnej/optimize-field-fillerJon Bratseth2022-09-012-13/+38
|\ | | | | try harder to avoid disk access
| * try harder to avoid disk accessArne Juul2022-09-012-13/+38
| |
* | Merge pull request #23878 from vespa-engine/bratseth/moodel-configJon Bratseth2022-09-011-1/+1
|\ \ | |/ |/| Bratseth/model config
| * Add 'model' config typeJon Bratseth2022-08-311-1/+1
| |
* | remove unused config variable with no effectArne Juul2022-08-291-3/+0
|/
* Fastpast HashMap and HashSetJon Bratseth2022-08-261-3/+4
|
* Add back newlines in comment.Henning Baldersheim2022-08-252-0/+3
|
* No aliasing of trace.profileDepth.Henning Baldersheim2022-08-252-2/+2
|
* Wire in query parameter profileDepth to control how deep down in the depency ↵Henning Baldersheim2022-08-2511-64/+52
| | | | | | tree profiling shall go.
* Use a continous function to avoid capping.Henning Baldersheim2022-08-232-16/+14
|
* Separate the notion of decaying cost from averageSearchTime, which is only ↵Henning Baldersheim2022-08-233-39/+41
| | | | needed for testing.
* Cap sampleWeight at 50%Henning Baldersheim2022-08-222-5/+12
|
* - Refactor to allow for different decay method.Henning Baldersheim2022-08-225-47/+183
| | | | | - Implement decay over constant time in addition to over requests. - Default is decay over 500 requests, and 5.0s if you choose to decay over time.
* Use System.nanotTime instead of System.curretTimeMillis to get a steady ↵Henning Baldersheim2022-08-224-38/+42
| | | | | | clock not impacted by clock adjustment. Also use Duration as interface.
* Use an enhanced switch to ensure all branches are covered.Henning Baldersheim2022-08-221-11/+6
|
* Test best-of-random-2Henning Baldersheim2022-08-212-1/+39
|
* Add best-of-random-2 dispatch policy.Henning Baldersheim2022-08-193-12/+74
|
* Apply defaultIndex to filters after parsingJon Bratseth2022-08-192-0/+40
|
* No defaultIndex in filterJon Bratseth2022-08-194-8/+75
|
* Correct variable nameJon Bratseth2022-08-171-2/+2
|
* Merge branch 'master' into bratseth/defaultIndex-in-stateJon Bratseth2022-08-172-3/+31
|\
| * CannonicalizeJon Bratseth2022-08-162-3/+30
| |
| * Revert "Merge pull request #23669 from ↵Jon Bratseth2022-08-1610-19/+62
| | | | | | | | | | | | | | vespa-engine/revert-23581-userinput-does-not-use-defaultIndex-while-resolving-indexableitem" This reverts commit d8a38777428495670078d23cd86863829ca8018d, reversing changes made to aa89c25d0ed2e8b0390ef62c6e55feecdd4c7815.
| * Revert "Added defaultIndex processing for userInput items parsing"Henning Baldersheim2022-08-1510-62/+19
| |
* | Make defaultIndex part of parser stateJon Bratseth2022-08-1610-123/+96
| |
* | Cleanup onlyJon Bratseth2022-08-151-7/+3
| |
* | Cleanup onlyJon Bratseth2022-08-1513-65/+85
|/
* Merge pull request #23581 from ↵Jon Bratseth2022-08-1510-19/+62
|\ | | | | | | | | akolhun/userinput-does-not-use-defaultIndex-while-resolving-indexableitem Added defaultIndex processing for userInput items parsing
| * added defaultIndex processing for userInput parsinganton kolhun2022-08-0510-19/+62
| |
* | Merge pull request #23653 from ↵Harald Musum2022-08-131-2/+1
|\ \ | | | | | | | | | | | | vespa-engine/balder/various-code-healt-and-some-extra-tests Add some tests from an old branch and some code cleanup.
| * | Add some tests from an old branch and some code cleanup.Henning Baldersheim2022-08-121-2/+1
| | |
* | | Add todo about possible optimisation, and cleanup code a bit.Henning Baldersheim2022-08-121-16/+14
|/ /
* | - Use CompoundName where possible.Henning Baldersheim2022-08-122-11/+23
| | | | | | | | | | - Avoid * imports. - Use common property definition.
* | Improve messages on type mismatchJon Bratseth2022-08-091-5/+7
|/
* Convert container-search to junit5Bjørn Christian Seime2022-07-28283-8649/+8638
|
* skip number ranges with empty rangeStart and non-numeric rangeEndanton kolhun2022-07-212-0/+10
|
* Update ABI specJon Bratseth2022-07-141-1/+3
|