aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/main
Commit message (Expand)AuthorAgeFilesLines
* Fix more xxe preventionMorten Tokle2023-12-191-15/+21
* Log whenever hits are created (FS4, Fast) with negative distribution keysjonmv2023-11-231-0/+7
* Allow unicodeJon Bratseth2023-11-221-0/+1
* always process with SerializationContext (needed by unpack_bits)Arne Juul2023-11-161-0/+3
* unpack_bits_from_int8 -> unpack_bitsArne Juul2023-11-102-9/+12
* add "unpack_bits_from_int8" functionArne Juul2023-11-102-1/+211
* Merge pull request #29250 from vespa-engine/arnej/stop-producing-name-nodeJon Bratseth2023-11-061-1/+2
|\
| * no need to use NameNode anymoreArne Juul2023-11-061-1/+2
* | special case Generate for features access in LambdaFunctionNodeArne Juul2023-11-061-12/+35
|/
* wrap context if neededArne Juul2023-11-021-6/+6
* extend parsingArne Juul2023-11-022-0/+25
* add reference implementation of MapSubspacesArne Juul2023-11-021-3/+8
* fix some trailing whitespaceArne Juul2023-10-163-3/+3
* Avoid reflection by providing explicit constructionHenning Baldersheim2023-10-1164-265/+125
* - Use a Supplier<Identifable> to construct objects from id.Henning Baldersheim2023-10-1121-48/+37
* Correct copyright headersJon Bratseth2023-10-091-1/+1
* Update copyrightJon Bratseth2023-10-09208-208/+208
* add cosine_similarityArne Juul2023-06-261-0/+15
* add euclidean_distanceArne Juul2023-06-261-1/+16
* Merge pull request #26754 from vespa-engine/bratseth/jdk20Jon Bratseth2023-04-185-61/+61
|\
| * Build with jdk20Jon Bratseth2023-04-175-61/+61
* | Render raw results in grouping as base64 instead of stringHenning Baldersheim2023-04-171-3/+3
|/
* use IllegalArgumentExceptionArne Juul2023-03-231-1/+1
* improve error for cycle in ranking expression functionsArne Juul2023-03-231-1/+1
* add withTransformedExpressions() to TensorFunctionNode APIArne Juul2023-03-202-0/+24
* avoid making OperationNode with no operatorsArne Juul2023-03-172-4/+19
* * make InputRecorder handle slice with embedded expressionsArne Juul2023-03-161-0/+2
* Cooldown from completion rather than start of scalingJon Bratseth2023-03-102-6/+3
* no .output allowed for rankingExpression(foo)Arne Juul2023-03-081-1/+1
* ensure consistent function type if addFunctionTypeSerialization() is called m...Arne Juul2023-03-071-1/+5
* use common utility and constantArne Juul2023-03-024-5/+9
* add public constant and utility for wrapping referencesArne Juul2023-03-021-6/+19
* Record UP events also when not having been downJon Bratseth2023-03-012-4/+3
* handle other Value subtypes holding tensorsArne Juul2023-02-242-65/+20
* Enforce backend limitations when building the query.Henning Baldersheim2023-02-171-1/+8
* support foo(bar).out in "simple" factory methodArne Juul2023-02-151-5/+24
* experimental WIPArne Juul2023-02-071-1/+1
* Unify on Streams.toListHenning Baldersheim2023-01-171-15/+10
* Add more xxe preventionsMorten Tokle2022-12-081-1/+13
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
* Use well defined order where we output text and generate config. Makes config...Henning Baldersheim2022-12-011-0/+1
* Revert "Revert "- Reduce usage of guava.""Henning Baldersheim2022-12-016-56/+38
* Revert "- Reduce usage of guava."Henning Baldersheim2022-12-016-38/+56
* - Reduce usage of guava.Henning Baldersheim2022-12-016-56/+38
* Wrap openhft in vespajlib to contain dependency.Henning Baldersheim2022-11-211-2/+2
* Improve comment and cleanup duplicate openhft dependency managementHenning Baldersheim2022-11-211-1/+1
* Hash using xxh3Jon Bratseth2022-11-211-5/+3
* Avoid producing nan values when hashing, they do not compare well.Henning Baldersheim2022-11-211-1/+6