aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Don't remove parentheses around comparisonsLester Solbakken2019-09-131-0/+2
|
* update shell bootstrap sectionsArne Juul2019-09-042-0/+8
|
* MergeJon Bratseth2019-08-131-1/+1
|
* Revert "Revert "Require constant() for large constants and fix a type ↵Jon Bratseth2019-06-136-4/+121
| | | | resolving bug""
* Revert "Require constant() for large constants and fix a type resolving bug ↵Harald Musum2019-06-126-121/+4
| | | | | | (#9769)" This reverts commit cee1c3a3804d5d3c25407b3c4ac64228e9d194e3.
* Require constant() for large constants and fix a type resolving bug (#9769)Jon Bratseth2019-06-126-4/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Require constant() for large constants and fix a type resolving bug * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise
* Vespa global model importJon Bratseth2019-06-021-0/+3
|
* Initialize missing valuesJon Bratseth2019-05-291-2/+2
|
* Revert "Bratseth/emit float tensors in config"Arnstein Ressem2019-05-081-1/+1
|
* Emit float tensor types in config when specifiedJon Bratseth2019-05-071-1/+1
|
* Merge pull request #9061 from vespa-engine/bratseth/open-querytree-andJon Bratseth2019-04-102-5/+5
|\ | | | | Make QueryTree.and public.
| * Make QueryTree.and publicJon Bratseth2019-04-092-5/+5
| | | | | | | | | | | | - Make QueryTree.and public as it handles more cases than most alternatives - Implement QueryTreeUtils methodas by calling QueryTree.and - Deprecate QueryTreeUtils
* | Make final to prevent accidents.Henning Baldersheim2019-04-101-1/+1
| |
* | When you have an ImmutableMap it is not necessary to create a list and then ↵Henning Baldersheim2019-04-102-4/+2
|/ | | | create new identical map
* Add tensor value typeJon Bratseth2019-04-031-1/+13
|
* Optimize type resolvingJon Bratseth2019-03-261-5/+7
| | | | | - Cache reference hash code - Cache resolved types
* Non-functional changes onlyJon Bratseth2019-03-221-1/+2
|
* Search over protobuf + jrtOlli Virtanen2019-03-191-0/+5
|
* Revert "Protobuf over jrt support in search"Henning Baldersheim2019-03-151-5/+0
|
* Relocate MapConverterOlli Virtanen2019-03-132-78/+0
|
* Protobuf over jrt support in searchOlli Virtanen2019-03-113-0/+83
|
* Remove ymum from groupingJon Bratseth2019-01-212-61/+0
|
* Generate html5 javadocgjoranv2019-01-211-3/+3
|
* Remove deprecated APIs.Geir Storli2019-01-211-14/+0
|
* Also handle the reverse conversion in the GroupingExecutor.Henning Baldersheim2019-01-141-0/+2
|
* Register bool types tooHenning Baldersheim2019-01-141-0/+2
|
* Add copyright notice.Henning Baldersheim2019-01-142-0/+2
|
* Handle bool nodes in grouping too.Henning Baldersheim2019-01-144-4/+162
|
* Don't allow function argument list to start with comma.Tor Egge2018-11-291-1/+1
|
* Allow no-arg function invocations to use parenthesesJon Bratseth2018-11-281-1/+1
|
* Move all importing to model-integrationJon Bratseth2018-11-2226-2644/+0
|
* Restore old package nameJon Bratseth2018-11-2226-63/+63
|
* Separate model integration into a separate moduleJon Bratseth2018-11-2124-1828/+33
| | | | | | | This allows us to access model importers (such as TensorFlow) in config models without loading one instance per config model instance, which is not possible with TensorFlow because it depends on JNI code.
* Remove end tagHarald Musum2018-10-034-4/+4
|
* Use full nameHarald Musum2018-10-034-4/+4
|
* Be truthful about generated functionsJon Bratseth2018-10-022-3/+17
|
* Don't expose generated functionsJon Bratseth2018-10-021-1/+1
|
* Return function types without evaluatingJon Bratseth2018-10-021-7/+7
|
* Merge pull request #7164 from vespa-engine/bratseth/change-owners-2Lester Solbakken2018-10-011-0/+1
|\ | | | | Change owners
| * Change ownersJon Bratseth2018-10-011-0/+1
| |
* | Add copyright headerJon Bratseth2018-10-015-0/+5
|/
* Merge pull request #7155 from vespa-engine/bratseth/expose-type-informationLester Solbakken2018-10-013-5/+13
|\ | | | | Bratseth/expose type information
| * Validate all bindingsJon Bratseth2018-10-011-1/+0
| |
| * Fill in missing typesJon Bratseth2018-10-011-3/+6
| |
| * Include argument type information in functionsJon Bratseth2018-10-011-1/+7
| |
* | Non-functional changesLester Solbakken2018-09-291-9/+9
| |
* | Add reduce-join optimization in JavaLester Solbakken2018-09-283-2/+132
|/
* Skip return type info if defaultJon Bratseth2018-09-251-0/+1
|
* Revert "Merge pull request #7094 from ↵Jon Bratseth2018-09-255-34/+110
| | | | | | | vespa-engine/revert-7070-bratseth/rank-type-information-2" This reverts commit 0246064bbfb9657515f516e2fea12d593cd13016, reversing changes made to f627463a8100090ec109d27c3aeb439a3395a34f.
* Revert "Bratseth/rank type information 2"Arnstein Ressem2018-09-255-110/+34
|