summaryrefslogtreecommitdiffstats
path: root/indexinglanguage/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #29667 from vespa-engine/jobergum/splade-embedderJo Kristian Bergum2024-01-041-6/+61
|\ | | | | Add SPLADE embedder
| * Add test coverage of mapped tensor in indexing embedJo Kristian Bergum2023-12-191-6/+61
| |
* | Enable setting max-occurrences in field match.Tor Egge2024-01-041-0/+10
|/
* If we index the original in addition to stems, lowercase itJon Bratseth2023-11-201-4/+5
|
* Revert "Merge pull request #29328 from ↵Jon Bratseth2023-11-142-38/+55
| | | | | | | vespa-engine/revert-29314-bratseth/casing-take-2" This reverts commit a72e949533a46d665440a9c72ca2b8fb58f3a9c3, reversing changes made to 944d635d00e165166508ef23399e9ed65a87a9c8.
* Revert "Bratseth/casing take 2"Harald Musum2023-11-132-55/+38
|
* CleanupJon Bratseth2023-11-101-1/+0
|
* Prefer first stem to original if non equalJon Bratseth2023-11-101-34/+52
|
* Revert "Revert "Don't lowercase linguistics annotations""Jon Bratseth2023-11-092-5/+5
| | | | This reverts commit 0dfd4fe4c6ddbded490da36e71f27c4b70aa4226.
* Revert "Don't lowercase linguistics annotations"Jon Bratseth2023-11-092-5/+5
|
* Test that casing is preservedJon Bratseth2023-11-091-3/+3
|
* Don't lowercase linguistics annotationsJon Bratseth2023-11-092-3/+3
| | | | | | Tokens are already lowercased by our bundled linguistics components. Lowercasing again when annotating precludes plugging in a lingustics component which preserves casing.
* Update copyrightJon Bratseth2023-10-0996-96/+96
|
* Return the expected outputJon Bratseth2023-09-2759-215/+215
| | | | | | | | | | | In if-else expressions, return the output of the executed branch rather than the input. The current behavior was undocumented and quite unexpected, so I suggest we treat that as a bug. Also return the last executed expression in a script as its output (rather than nothing. In addition, improve some error messages.
* - Add utility to do substring extraction by codepoints, instead of java ↵Henning Baldersheim2023-09-151-3/+3
| | | | | | char index. - Test and use it in SubstringExpression in indeing language.
* remove test duplicateJo Kristian Bergum2023-08-161-6/+0
|
* Add support for converting iso-8601 date strings to epoch timeJo Kristian Bergum2023-08-161-0/+57
|
* Resolve parent before childrenJon Bratseth2023-04-141-0/+25
|
* Replace reflection by visitorJon Bratseth2023-03-311-35/+0
|
* More understandable errors, and implement inner convertJon Bratseth2023-03-311-0/+26
|
* Retrieve execution value explicitly by '_'Jon Bratseth2023-03-241-0/+39
|
* Handle missing valuesJon Bratseth2023-02-071-5/+12
|
* Deprecate xml methodsHenning Baldersheim2023-01-274-0/+4
|
* Support embedding an array to a mixed 2d tensorJon Bratseth2023-01-271-0/+34
|
* Validate rank profiles earlyJon Bratseth2023-01-251-1/+1
|
* Add headersJon Bratseth2023-01-231-0/+1
|
* Skip statements on partial updates onlyJon Bratseth2023-01-231-0/+5
|
* More testsJon Bratseth2023-01-202-14/+47
|
* Support choice expressionsJon Bratseth2023-01-204-11/+52
|
* Expect the correction exceptionsJon Bratseth2023-01-191-2/+2
|
* 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
|
* switch to new-style configArne H Juul2022-04-124-1342/+1108
|
* Add embedder selection argument to indexing languageLester Solbakken2022-03-214-28/+69
|
* Type inference where the output type is an arrayJon Bratseth2022-02-091-0/+64
|
* CleanupJon Bratseth2022-02-061-3/+0
|
* Add hash functionJon Bratseth2022-02-041-1/+46
|
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
|
* Update 2017 copyright notices.gjoranv2021-10-0792-92/+92
|
* Encapsulate in a contextJon Bratseth2021-10-011-3/+3
|
* Pass destinationJon Bratseth2021-09-301-6/+14
| | | | | This allows embedders to switch on it to enable bucket testing and similar.
* encode -> embedJon Bratseth2021-09-284-19/+13
|
* Add 'encode' expressionJon Bratseth2021-09-195-7/+73
|
* Non-functional changes onlyJon Bratseth2021-09-179-17/+17
|
* Non-functional changes onlyJon Bratseth2021-09-173-5/+5
|
* we want to compare Linguistics objects for equivalenceArne Juul2021-08-041-0/+3
|
* don't call accentDrop at all for empty inputArne Juul2021-07-161-2/+25
|
* try to trap spurious failureArne Juul2021-07-131-0/+35
| | | | | | * we have seen spurious failures when verifying output from accent dropping; so far nothing reproducible, so add some extra logging and retry once if it happens (in case it's some kind of race-condition glitch).