aboutsummaryrefslogtreecommitdiffstats
path: root/indexinglanguage
Commit message (Expand)AuthorAgeFilesLines
* 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-034-11/+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
|\
| * Ensure that NGramExpression can be executed multiple times, where span tree f...Geir Storli2019-07-052-0/+20
* | Nonfunctional changes onlyJon Bratseth2019-07-031-0/+1
|/
* Assert that TensorRemoveUpdate passes through indexinglanguageLester Solbakken2019-02-153-7/+61
* Test that TensorModifyUpdate and TensorAddUpdate pass through unmodified.Geir Storli2019-02-142-2/+62
* 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
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
* Update to latest ph-javacc-maven-plugin.gjoranv2018-12-061-6/+7
* Manage ph-javacc-maven-plugin config in parent pom.gjoranv2018-12-061-9/+0
* Deprecated methods and add OptimaizeDetectorJon Bratseth2018-11-013-0/+3
* Use hashmap for faster access.Henning Baldersheim2018-10-255-37/+37
* Use maven-shade-plugin to assemble fat jarBjørn Christian Seime2018-10-191-7/+15
* Make inputDataType final to ensure complete at construction time.Henning Baldersheim2018-10-1719-78/+88
* Move all input type verification to expression construction time.Henning Baldersheim2018-10-1761-361/+239
* 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-274-6/+13
|/
* Revert "Revert "Revert "Do not expose fieldupdates as a list. Hide implementa...Henning Baldersheim2018-09-185-37/+37
* Revert "Revert "Do not expose fieldupdates as a list. Hide implementation det...Henning Baldersheim2018-09-145-37/+37
* Revert "Do not expose fieldupdates as a list. Hide implementation details ins...Henning Baldersheim2018-09-145-37/+37
* Add deprecation comments and some renaming.Henning Baldersheim2018-09-133-10/+10
* Add deprecation comments and some renaming.Henning Baldersheim2018-09-134-27/+27
* Avoid using deprecated APIHenning Baldersheim2018-09-114-27/+27
* Switch to new javacc maven plugin:gjoranv2018-08-272-9/+6
* Merge pull request #6353 from vespa-engine/geirst/fix-assign-null-json-operat...Arne H Juul2018-07-062-4/+8
|\
| * Use default long field value instead of null when position field is not compl...Geir Storli2018-07-062-4/+8
* | Fix author tag for SimonBjørn Christian Seime2018-07-05172-172/+172
|/
* Restrict what field path updates may be considered 'complete'Tor Brede Vekterli2018-06-071-13/+4
* Bring back support for conversion of 'complete' field path updatesTor Brede Vekterli2018-06-071-1/+8
* Pass field path updates verbatim through indexing scriptsTor Brede Vekterli2018-06-062-6/+69
* Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-021-2/+2
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-021-2/+2
* Java 9: Replace 'new Integer' with 'Integer.valueOf'gjoranv2018-04-301-2/+2
* Nonfunctional changes onlyJon Bratseth2018-03-191-1/+1
* Don't validate when reloading modelsJon Bratseth2018-02-263-4/+8
* Nonfunctional changesJon Bratseth2018-02-091-1/+1