aboutsummaryrefslogtreecommitdiffstats
path: root/indexinglanguage/src
Commit message (Collapse)AuthorAgeFilesLines
* remove test duplicateJo Kristian Bergum2023-08-161-6/+0
|
* Add support for converting iso-8601 date strings to epoch timeJo Kristian Bergum2023-08-163-0/+116
|
* Resolve parent before childrenJon Bratseth2023-04-143-2/+27
|
* Update ↵Henning Baldersheim2023-04-121-1/+1
| | | | | indexinglanguage/src/main/java/com/yahoo/vespa/indexinglanguage/expressions/Expression.java Co-authored-by: Geir Storli <geirst@yahooinc.com>
* Replace reflection by visitorJon Bratseth2023-03-3117-149/+113
|
* More understandable errors, and implement inner convertJon Bratseth2023-03-313-1/+34
|
* Retrieve execution value explicitly by '_'Jon Bratseth2023-03-243-0/+101
|
* Handle missing valuesJon Bratseth2023-02-072-5/+13
|
* Deprecate xml methodsHenning Baldersheim2023-01-275-0/+5
|
* Support embedding an array to a mixed 2d tensorJon Bratseth2023-01-272-9/+93
|
* Validate rank profiles earlyJon Bratseth2023-01-251-1/+1
|
* Replace synchronized Stack with Deque in feed and query path.Henning Baldersheim2023-01-251-4/+5
|
* Improve error messagesJon Bratseth2023-01-231-2/+2
|
* Add headersJon Bratseth2023-01-232-0/+2
|
* Skip statements on partial updates onlyJon Bratseth2023-01-236-4/+26
|
* More testsJon Bratseth2023-01-202-14/+47
|
* Support choice expressionsJon Bratseth2023-01-2014-65/+205
|
* Cleanup - no functional changesJon Bratseth2023-01-207-93/+82
|
* Cleanup - no functional chngesJon Bratseth2023-01-197-48/+27
|
* Expect the correction exceptionsJon Bratseth2023-01-192-3/+3
|
* Cleanup - no functional chngesJon Bratseth2023-01-1948-171/+116
|
* Improve testJon Bratseth2023-01-091-23/+37
|
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
|
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
|
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
|
* Merge pull request #24007 from vespa-engine/bratseth/cleanup-082Jon Bratseth2022-09-251-15/+12
|\ | | | | No functional changes
| * No functional changesJon Bratseth2022-09-111-15/+12
| |
* | Short circuit boolean expressionsJon Bratseth2022-09-211-13/+7
| | | | | | | | | | | | | | | | Short circuit boolean expressions by converting them to (nested) if expressions. This also fixes a bug in Java expression evaluation where evaluation of arithmetic operations with the same precedence would be from right to left rather than left to right.
* | Revert "Revert "Revert "Short circuit boolean expressions"""Henning Baldersheim2022-09-211-7/+13
| |
* | Revert "Revert "Short circuit boolean expressions""Henning Baldersheim2022-09-211-13/+7
| |
* | Revert "Short circuit boolean expressions"Arnstein Ressem2022-09-201-7/+13
| |
* | Short circuit boolean expressionsJon Bratseth2022-09-201-13/+7
|/ | | | | | | | Short circuit boolean expressions by converting them to (nested) if expressions. This also fixes a bug in Java expression evaluation where evaluation of arithmetic operations with the same precedence would be from right to left rather than left to right.
* No defaultIndex in filterJon Bratseth2022-08-191-1/+0
|
* switch to new-style configArne H Juul2022-04-124-1342/+1108
|
* Implement create(String value)Henning Baldersheim2022-03-311-3/+2
|
* Add embedder selection argument to indexing languageLester Solbakken2022-03-2111-52/+141
|
* Add function ownerJon Bratseth2022-02-141-1/+0
|
* Type inference where the output type is an arrayJon Bratseth2022-02-095-28/+110
|
* CleanupJon Bratseth2022-02-063-15/+17
|
* Add hash functionJon Bratseth2022-02-043-3/+148
|
* suppress varargs warningArne H Juul2022-01-061-0/+1
|
* Update Verizon Media copyright notices.gjoranv2021-10-074-4/+4
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-07183-183/+183
|
* Encapsulate in a contextJon Bratseth2021-10-012-4/+6
|
* Pass destinationJon Bratseth2021-09-3010-14/+72
| | | | | This allows embedders to switch on it to enable bucket testing and similar.
* encode -> embedJon Bratseth2021-09-2811-62/+53
|
* Set statement output explicitlyJon Bratseth2021-09-265-0/+41
|
* Remove outputType (not needed after all)Jon Bratseth2021-09-192-25/+8
|
* Add 'encode' expressionJon Bratseth2021-09-1919-30/+206
|