aboutsummaryrefslogtreecommitdiffstats
path: root/indexinglanguage/src/main
Commit message (Expand)AuthorAgeFilesLines
* CleanupJon Bratseth2022-02-062-12/+17
* Add hash functionJon Bratseth2022-02-042-2/+102
* suppress varargs warningArne H Juul2022-01-061-0/+1
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Update 2017 copyright notices.gjoranv2021-10-0791-91/+91
* Encapsulate in a contextJon Bratseth2021-10-011-1/+3
* Pass destinationJon Bratseth2021-09-309-8/+58
* encode -> embedJon Bratseth2021-09-287-43/+40
* 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-1914-23/+133
* Set output typeJon Bratseth2021-09-172-9/+24
* Non-functional changes onlyJon Bratseth2021-09-1745-83/+76
* Non-functional changes onlyJon Bratseth2021-09-1750-147/+157
* No functional changesJon Bratseth2021-09-1719-12/+32
* 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-161-0/+3
* try to trap spurious failureArne Juul2021-07-131-0/+30
* Add a testJon Bratseth2021-07-021-8/+5
* No functional changesJon Bratseth2021-06-281-11/+10
* Require replacements to be applied during tokenizationJon Bratseth2021-06-151-12/+2
* Support literal 'true' and 'false'Jon Bratseth2021-04-305-3/+70
* Support to_boolJon Bratseth2021-04-303-2/+71
* 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-032-5/+6
* Preserve array updates with element index matching in indexing docprocTor Brede Vekterli2019-12-042-2/+12
* Preserve AssignValueUpdates to struct fields in indexing docprocTor Brede Vekterli2019-12-021-6/+1
* Merge pull request #9969 from vespa-engine/geirst/more-robust-ngram-expressionArne H Juul2019-07-081-0/+4
|\
| * Ensure that NGramExpression can be executed multiple times, where span tree f...Geir Storli2019-07-051-0/+4
* | Nonfunctional changes onlyJon Bratseth2019-07-031-0/+1
|/
* Assert that TensorRemoveUpdate passes through indexinglanguageLester Solbakken2019-02-152-7/+53
* Test that TensorModifyUpdate and TensorAddUpdate pass through unmodified.Geir Storli2019-02-141-2/+0
* Pass TensorAddUpdate right through indexing docproc.Geir Storli2019-02-112-1/+6
* Pass TensorModifyUpdate right through indexing docproc.Geir Storli2019-02-012-0/+5
* Make SimpleLinguistics simple againJon Bratseth2019-01-213-3/+3
* Deprecated methods and add OptimaizeDetectorJon Bratseth2018-11-013-0/+3
* Use hashmap for faster access.Henning Baldersheim2018-10-251-1/+1
* Make inputDataType final to ensure complete at construction time.Henning Baldersheim2018-10-178-43/+54
* Move all input type verification to expression construction time.Henning Baldersheim2018-10-1755-328/+189
* Compute the type generated by the Expression once.Henning Baldersheim2018-10-161-0/+16
* Do not create huge optimaize structures when not necessary.Henning Baldersheim2018-10-053-3/+3
* Merge with masterJon Bratseth2018-09-281-12/+20
|\
| * Add more information to a NullPointerException.Henning Baldersheim2018-09-261-12/+20
* | Imported ML model robustnessJon Bratseth2018-09-273-4/+11
|/