aboutsummaryrefslogtreecommitdiffstats
path: root/indexinglanguage/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24007 from vespa-engine/bratseth/cleanup-082Jon Bratseth2022-09-251-15/+12
|\
| * No functional changesJon Bratseth2022-09-111-15/+12
* | Short circuit boolean expressionsJon Bratseth2022-09-211-13/+7
* | 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
|/
* 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
* 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
* Set output typeJon Bratseth2021-09-172-9/+24
* Non-functional changes onlyJon Bratseth2021-09-1754-100/+93
* Non-functional changes onlyJon Bratseth2021-09-1753-152/+162
* No functional changesJon Bratseth2021-09-1719-12/+32
* we want to compare Linguistics objects for equivalenceArne Juul2021-08-041-0/+3
* avoid depending on Linguistics equals()Arne Juul2021-08-031-1/+7
* do not depend on Linguistics equals()Arne Juul2021-08-031-1/+1
* don't call accentDrop at all for empty inputArne Juul2021-07-162-2/+28
* try to trap spurious failureArne Juul2021-07-132-0/+65
* Add a testJon Bratseth2021-07-022-8/+6
* No functional changesJon Bratseth2021-06-281-11/+10
* Require replacements to be applied during tokenizationJon Bratseth2021-06-152-28/+13
* Support literal 'true' and 'false'Jon Bratseth2021-04-309-3/+147
* Support to_boolJon Bratseth2021-04-307-2/+152
* Avoid changing the input string field value by cloning it before doing changes.Geir Storli2021-01-071-5/+8
* Merge pull request #13709 from vespa-engine/bratseth/surrogate-aware-gram-spl...Jon Bratseth2020-06-261-2/+2
|\
| * Surrogate aware gram splittingJon Bratseth2020-06-251-2/+2
* | Handle an existing spantree in exactmatchJon Bratseth2020-06-242-6/+13
|/
* Disallow unbound tensor dimensions in document fieldsJon Bratseth2020-06-082-0/+3
* Remove use of apache commons libraries in indexinglanguageBjørn Christian Seime2020-01-033-6/+7
* Preserve array updates with element index matching in indexing docprocTor Brede Vekterli2019-12-044-5/+102
* Preserve AssignValueUpdates to struct fields in indexing docprocTor Brede Vekterli2019-12-022-6/+28
* doc: -> id:Henning Baldersheim2019-08-163-11/+11
* doc: -> id:Henning Baldersheim2019-08-166-21/+21
* Merge pull request #9969 from vespa-engine/geirst/more-robust-ngram-expressionArne H Juul2019-07-082-0/+20
|\