aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/abi-spec.json
Commit message (Collapse)AuthorAgeFilesLines
* Improve class names for the container threadpoolsBjørn Christian Seime2022-04-191-5/+5
|
* Revert "Revert "'true' and 'false' literals in ranking expressions""Jon Bratseth2022-03-041-1/+2
| | | | This reverts commit 95979285c20b384c3053d210c9e4e4661e13ecd5.
* Revert "'true' and 'false' literals in ranking expressions"Arnstein Ressem2022-03-031-2/+1
|
* 'true' and 'false' literals in ranking expressionsJon Bratseth2022-03-021-1/+2
|
* Compute hash without serializing to stringJon Bratseth2022-03-011-13/+27
|
* Update ABI specJon Bratseth2022-02-281-1/+2
|
* Resolve slice dimensionJon Bratseth2022-02-161-1/+3
|
* Deprecate ctors and methods in 'searchlib' using Guava ImmutableMapBjørn Christian Seime2021-12-071-0/+2
| | | | | | - com.yahoo.searchlib.rankingexpression.rule.FunctionReferenceContext - com.yahoo.searchlib.rankingexpression.rule.SerializationContext - com.yahoo.searchlib.rankingexpression.rule.TensorFunctionNode
* Avoid intermediate NegativeNode in the leaf nodes, adding approximately ↵Henning Baldersheim2021-11-031-4/+3
| | | | 15-20% extra nodes.
* Also override function()Henning Baldersheim2021-11-031-0/+1
|
* Add a LongValue to preserve integer numbers.Henning Baldersheim2021-11-031-0/+24
|
* Only need a single instance to represent the empty argument.Henning Baldersheim2021-11-021-1/+3
|
* Add non-primitive tensor expand functionLester Solbakken2021-10-061-0/+2
|
* add "hamming" functionArne H Juul2021-09-231-1/+3
|
* Update abiHenning Baldersheim2021-09-141-0/+1
|
* Add bit ranking function in JavaLester Solbakken2021-06-211-1/+3
|
* Unify how property names are generated and decomposed.Henning Baldersheim2021-06-091-0/+2
|
* Distributing the external rankfiles was a dead end due to th eprocessing ↵Henning Baldersheim2021-06-021-1/+0
| | | | | | taking place. Reverting back to get back to the drawing table. It must be done post deriving, based on size of expression.
* Update abi and deprecate unused method.Henning Baldersheim2021-05-311-0/+4
|
* Revert "Revert "Lesters/cell cast java""Lester Solbakken2021-03-161-0/+2
| | | | This reverts commit d2c61030d6c62b8c4889d3471d2ee5f17bb14a5f.
* Revert "Lesters/cell cast java"Jon Marius Venstad2021-03-161-2/+0
|
* Add Java-side tensor type cell castingLester Solbakken2021-03-161-0/+2
|
* Revert "Revert "Allow expressions as arguments""Lester Solbakken2021-01-071-1/+0
| | | | This reverts commit d4ab3f6f55ba33bf4095158521493451a1828d65.
* Revert "Allow expressions as arguments"Lester Solbakken2021-01-071-0/+1
| | | | This reverts commit 3578f2b70312e681b11db97e6ead8997e2dd7d3c.
* Allow expressions as argumentsLester Solbakken2021-01-061-1/+0
|
* Add median aggregatorJon Bratseth2020-11-021-2/+3
|
* Update ABI specJon Bratseth2020-09-211-0/+1
|
* Inspectable generateJon Bratseth2020-06-291-0/+1
|
* Add erf (the error function)Lester Solbakken2020-06-181-0/+2
|
* Limit size of serialization context for functions without argumentsLester Solbakken2020-04-261-1/+4
|
* Warn on missing query feature type declarationsJon Bratseth2020-01-091-2/+6
| | | | | | | Warn on missing query feature type declarations in rank profiles which use tensors. This may help users to remember to declare them to avoid running into confuson as tensors are interpreted as string which are hashed to scalars.
* Add mergeJon Bratseth2020-01-021-0/+2
|
* Parse quoted tensor labels in ranking expressionsJon Bratseth2019-12-171-0/+2
|
* Expression parse mapped 1-d tensor short formJon Bratseth2019-12-161-0/+2
|
* Error checkingJon Bratseth2019-12-141-8/+8
|
* Parse mixed tensorsJon Bratseth2019-12-131-0/+6
|
* Generalized Slice tensor functionJon Bratseth2019-12-061-1/+1
|
* Cleanup and update ABI specJon Bratseth2019-12-041-5/+3
|
* Output function references wrapped in rankingExpression()Jon Bratseth2019-12-021-0/+1
|
* Update abi specJon Bratseth2019-11-271-5/+5
|
* Support index generating expressions in tensor value functionsJon Bratseth2019-11-271-0/+1
|
* Allow bound functions in tensor generateJon Bratseth2019-11-261-2/+3
|
* Parse@ tensor value expressionsJon Bratseth2019-11-261-20/+22
|
* Serialize scalar functions with contextJon Bratseth2019-11-081-2/+2
|
* Literal tensors with value expressionsJon Bratseth2019-11-051-6/+8
|
* Support literal tensors in expressionsJon Bratseth2019-11-041-1/+7
|
* Update ABIHenning Baldersheim2019-10-311-1/+2
|
* Support missing values in expression evaluation in JavaLester Solbakken2019-10-111-1/+8
|
* 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-101-1/+1
| | | | create new identical map