summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude
Commit message (Expand)AuthorAgeFilesLines
* Update ABIHenning Baldersheim2023-03-291-1/+1
* Enforce that sorting is not enabled when using global-phaseBjørn Christian Seime2023-03-281-10/+10
* Move schema resolving to separate helper classBjørn Christian Seime2023-03-282-33/+66
* Reorder importsBjørn Christian Seime2023-03-281-2/+2
* - HashMap over TreeMap when order des not matter.Henning Baldersheim2023-03-284-75/+43
* Allow composites with uniqueId to included as well.Henning Baldersheim2023-03-281-7/+5
* - Count number of items in the tree that has a unique id.Henning Baldersheim2023-03-281-17/+28
* Make RawBase64 Comparable to avoid fallback to comparing toString().Henning Baldersheim2023-03-221-1/+7
* Avoid using Hit.fields()Henning Baldersheim2023-03-211-1/+1
* Use enums for remaining container metrics.yngveaasheim2023-03-151-2/+2
* Deprecate creatorJon Bratseth2023-03-143-19/+23
* Listen to correct trace.query parameterJo Kristian Bergum2023-03-071-5/+3
* Introduce feature flag to enable global phaseBjørn Christian Seime2023-02-281-1/+4
* rename classes after reviewArne Juul2023-02-281-3/+3
* remove loop which was guaranteed to run exactly onceArne Juul2023-02-271-7/+5
* add new components for global-phase handlingArne Juul2023-02-241-5/+26
* Add string command to index info config.Tor Egge2023-02-151-0/+10
* Dealias nn fieldsJon Bratseth2023-01-271-3/+4
* Stack => Deque and gc unused ConfigFileFormatHenning Baldersheim2023-01-251-19/+20
* Replace synchronized Stack with Deque in feed and query path.Henning Baldersheim2023-01-251-14/+14
* Fix typos.Yngve Aasheim2023-01-201-12/+12
* 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