summaryrefslogtreecommitdiffstats
path: root/indexinglanguage
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | - Remove SimpleLinguistics config and optional use of Optimaize - Add Optimaize to OpennlpLinguistics; on by default and config to disable
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Update to latest ph-javacc-maven-plugin.gjoranv2018-12-061-6/+7
| | | | | | | | | - Update FastCharStream method names to follow changes in generated CharStream class. - Update expected test output due to improvements in generated code. - Improve ability to debug tests by more clearly printing out the diff between expected and actual output.
* Manage ph-javacc-maven-plugin config in parent pom.gjoranv2018-12-061-9/+0
| | | | + Remove unused management for old javacc plugin.
* 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
| | | | | A bug in maven-assemble-plugin makes it very slow to assemble jar containing BouncyCastle
* 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
|/ | | | | | | | | - Handle properly that compiling an expression leads to adding new expressions - Don't load rank profile models as global when reading stored models - Proper verification of model pseudofeature arguments before taking an action - Handle missing models and missing models in existing paths properly - Don't require return types to be resolved for all functions yet (they won't be for those added during comppilation)
* Revert "Revert "Revert "Do not expose fieldupdates as a list. Hide ↵Henning Baldersheim2018-09-185-37/+37
| | | | implementation details ins…"""
* Revert "Revert "Do not expose fieldupdates as a list. Hide implementation ↵Henning Baldersheim2018-09-145-37/+37
| | | | details ins…""
* Revert "Do not expose fieldupdates as a list. Hide implementation details ↵Henning Baldersheim2018-09-145-37/+37
| | | | ins…"
* 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
| | | | | | | | - config model - document - documentapi - indexinglanguage. - searchlib
* Merge pull request #6353 from ↵Arne H Juul2018-07-062-4/+8
|\ | | | | | | | | vespa-engine/geirst/fix-assign-null-json-operation-for-position-fields Use default long field value instead of null when position field is n…
| * Use default long field value instead of null when position field is not ↵Geir Storli2018-07-062-4/+8
| | | | | | | | | | | | | | complete. This ensures the same handling as regular attribute fields when clearing a field with an "assign: null" json update operation.
* | 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
| | | | | Only allow field value update conversion of updates that affect a top level field value.
* Bring back support for conversion of 'complete' field path updatesTor Brede Vekterli2018-06-071-1/+8
| | | | Converts complete updates to regular field value updates
* Pass field path updates verbatim through indexing scriptsTor Brede Vekterli2018-06-062-6/+69
| | | | | Avoids having to do a (potentially lossy) round-trip of update -> document -> update again during processing.
* 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
|
* Nonfunctional changes onlyJon Bratseth2018-01-242-4/+15
|
* Nonfunctional changes onlyJon Bratseth2018-01-151-5/+10
|
* Don't abbreviateJon Bratseth2017-12-181-1/+1
|
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-181-1/+1
|
* Revert "Bratseth/tensorflow models"gjoranv2017-12-171-1/+1
|
* Merge with masterJon Bratseth2017-12-131-0/+1
|\
| * Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | | | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
| * Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
| |
| * Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | | | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
| * Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
| |
| * Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | | | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* | More functions. Cleanup.Jon Bratseth2017-11-291-1/+1
|/
* Nonfunctional changes onlyJon Bratseth2017-09-201-4/+2
|