aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude
Commit message (Expand)AuthorAgeFilesLines
...
* Use ContainerMetrics enums for metric namesYngve Aasheim2023-01-201-30/+31
* Parse tensor JSON values at rootJon Bratseth2023-01-121-1/+1
* Merge pull request #21773 from vespa-engine/jonmv/multi-range-item-2Henning Baldersheim2023-01-082-0/+435
|\
| * Update ABI specjonmv2022-10-262-2/+2
| * Serialise as a composite item for nowjonmv2022-10-262-2/+7
| * Handle dominated query pointsjonmv2022-10-261-6/+15
| * Separate handling of different number typesjonmv2022-10-262-64/+107
| * Rebase, change to JUnit5, update ABI specjonmv2022-10-261-1/+1
| * Add test that fails nowJon Marius Venstad2022-10-261-3/+22
| * Add MultiTermItem and MultiRangeItem, draftJon Marius Venstad2022-10-262-0/+359
* | Add a metric query_timeout with same naming, unit as query_latency.Henning Baldersheim2023-01-021-0/+3
* | Introduce Autoscsaling result objectJon Bratseth2022-12-131-0/+1
* | Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-022-20/+19
* | Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-022-19/+20
* | Let list handling catch up with Java 17Henning Baldersheim2022-12-022-20/+19
* | Improve error messagesJon Bratseth2022-11-301-59/+55
* | Reduce need to access getJDiscRequestHenning Baldersheim2022-11-292-3/+2
* | Make a few simpler interfaces instead of carrying one huge implement all Sear...Henning Baldersheim2022-11-231-1/+1
* | Don't interpret ref: as a query profile ref unnecessarilyJon Bratseth2022-11-101-3/+1
|/
* Non-functional changes onlyJon Bratseth2022-10-251-2/+2
* Replace org.json with slime in JSONStringjonmv2022-10-211-329/+16
* Various cleanup and code deduplication.Henning Baldersheim2022-10-133-31/+4
* Merge pull request #24424 from vespa-engine/bratseth/cleanup-0Henning Baldersheim2022-10-132-15/+8
|\
| * Cleanup, and throw better exceptionsJon Bratseth2022-10-132-15/+8
* | No functional changesJon Bratseth2022-10-131-28/+12
|/
* - Use a common scratchpad for serializing the different parts of the query.Henning Baldersheim2022-10-121-1/+0
* Cleanup - no functional changesJon Bratseth2022-10-102-13/+11
* Merge pull request #24042 from vespa-engine/bratseth/cleanup-671Jon Bratseth2022-09-231-1/+1
|\
| * No functional changesJon Bratseth2022-09-141-1/+1
* | Expose target total document countHenning Baldersheim2022-09-191-0/+2
* | Handle array of string fields when converting the backend binary highlighting.Geir Storli2022-09-141-3/+45
|/
* Merge pull request #24000 from vespa-engine/balder/propagate-target-active-docsHenning Baldersheim2022-09-101-16/+20
|\
| * Add target active docs to toStringHenning Baldersheim2022-09-091-2/+3
| * soonActive => targetActiveHenning Baldersheim2022-09-091-16/+19
* | Avoid multiple definitions of juniper::QueryItem.Tor Egge2022-09-101-1/+1
|/
* Apply aliases to sortspecJon Bratseth2022-09-081-0/+2
* GC unused parameters.Henning Baldersheim2022-09-021-19/+5
* Add 'model' config typeJon Bratseth2022-08-311-1/+1
* Wire in query parameter profileDepth to control how deep down in the depency ...Henning Baldersheim2022-08-252-20/+4
* Apply defaultIndex to filters after parsingJon Bratseth2022-08-191-0/+29
* No defaultIndex in filterJon Bratseth2022-08-193-8/+6
* Correct variable nameJon Bratseth2022-08-171-2/+2
* Merge branch 'master' into bratseth/defaultIndex-in-stateJon Bratseth2022-08-171-0/+4
|\
| * CannonicalizeJon Bratseth2022-08-161-0/+3
| * Revert "Merge pull request #23669 from vespa-engine/revert-23581-userinput-do...Jon Bratseth2022-08-169-18/+30
| * Revert "Added defaultIndex processing for userInput items parsing"Henning Baldersheim2022-08-159-30/+18
* | Make defaultIndex part of parser stateJon Bratseth2022-08-169-122/+95
* | Cleanup onlyJon Bratseth2022-08-151-7/+3
* | Cleanup onlyJon Bratseth2022-08-1513-65/+85
|/
* added defaultIndex processing for userInput parsinganton kolhun2022-08-059-18/+30