aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/main
Commit message (Expand)AuthorAgeFilesLines
* Don't convert true and false to 1.0 and 0.0Jon Bratseth2022-03-041-2/+0
* Revert "Revert "'true' and 'false' literals in ranking expressions""Jon Bratseth2022-03-043-15/+11
* Revert "'true' and 'false' literals in ranking expressions"Arnstein Ressem2022-03-033-11/+15
* Merge pull request #21504 from vespa-engine/bratseth/truefalseJon Bratseth2022-03-033-15/+11
|\
| * 'true' and 'false' literals in ranking expressionsJon Bratseth2022-03-023-15/+11
* | No functional changesJon Bratseth2022-03-027-140/+73
|/
* Merge grouping results incrementally in search invokerBjørn Christian Seime2022-03-011-0/+4
* Compute hash without serializing to stringJon Bratseth2022-03-0117-40/+105
* Avoid deprecated methodJon Bratseth2022-02-281-3/+7
* Suppress warningJon Bratseth2022-02-281-0/+1
* Pass type contextJon Bratseth2022-02-282-27/+29
* remove cruft from FeatureListArne H Juul2022-02-241-9/+2
* Resolve slice dimensionJon Bratseth2022-02-164-19/+56
* Allow quoted string slice labelsJon Bratseth2022-02-152-8/+8
* remove redundant castArne H Juul2022-01-061-1/+1
* Deprecate ctors and methods in 'searchlib' using Guava ImmutableMapBjørn Christian Seime2021-12-073-18/+39
* Add custom `@Beta` annotationBjørn Christian Seime2021-12-036-6/+6
* JDK 17: Fix out-of-sequence javadoc headers.gjoranv2021-11-101-1/+1
* Cleanup - no functional changesJon Bratseth2021-11-042-58/+37
* Avoid intermediate NegativeNode in the leaf nodes, adding approximately 15-20...Henning Baldersheim2021-11-035-25/+46
* Avoid keeping string around in the leaf nodes. It is not worth the space.Henning Baldersheim2021-11-032-5/+1
* Also override function()Henning Baldersheim2021-11-032-1/+17
* Add a LongValue to preserve integer numbers.Henning Baldersheim2021-11-032-2/+124
* Make StringValue symmetric so it can accept its output (toString) as input.Henning Baldersheim2021-11-034-8/+4
* Only need a single instance to represent the empty argument.Henning Baldersheim2021-11-023-3/+3
* Unify on using a list for backing.Henning Baldersheim2021-11-023-41/+29
* Use UTF-8 bytewise ordering for StringResultNode comparisonsTor Brede Vekterli2021-11-011-23/+62
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
* Update 2019 Yahoo Holdings copyright notices.gjoranv2021-10-072-2/+2
* Update 2018 copyright notices.gjoranv2021-10-077-8/+8
* Update 2017 copyright notices.gjoranv2021-10-07197-197/+197
* Add non-primitive tensor expand functionLester Solbakken2021-10-061-1/+14
* Pass destinationJon Bratseth2021-09-301-1/+1
* add "hamming" functionArne H Juul2021-09-233-2/+6
* ExpressionTransformer: only setChildren if any child nodes is transformedLester Solbakken2021-09-151-4/+14
* Use a single cached object to make logic simpler and only update on object.Henning Baldersheim2021-09-141-2/+6
* Create as list tooHenning Baldersheim2021-09-141-8/+4
* Add a 5x faster handcoded detection of legal feature names that does not requ...Henning Baldersheim2021-09-051-3/+0
* Remove unneccesary importLester Solbakken2021-06-211-1/+0
* Fix bit function typoLester Solbakken2021-06-211-1/+1
* Add bit ranking function in JavaLester Solbakken2021-06-213-2/+7
* Various cleanup when reading grouping code.Henning Baldersheim2021-06-161-21/+19
* Unify how property names are generated and decomposed.Henning Baldersheim2021-06-091-1/+13
* Distributing the external rankfiles was a dead end due to th eprocessing taki...Henning Baldersheim2021-06-022-6/+2
* Update abi and deprecate unused method.Henning Baldersheim2021-05-312-7/+9
* Use inheritance information from the uncompiled rankprofile to sort out whenHenning Baldersheim2021-05-314-6/+18
* fix typoArne Juul2021-04-231-1/+1
* use newest install vespajlibArne Juul2021-04-201-1/+1
* do not require any specific Value subclassArne Juul2021-04-201-4/+1