aboutsummaryrefslogtreecommitdiffstats
path: root/client/src
Commit message (Collapse)AuthorAgeFilesLines
* Add a testJon Bratseth2022-11-212-0/+12
|
* Allow chaining directly to userinputJon Bratseth2022-11-202-7/+10
|
* Don't output square brackets or semicolonJon Bratseth2022-11-025-55/+54
|
* Deprecate semicolon()Jon Bratseth2022-11-023-65/+33
|
* Simplify - index is not neededJon Bratseth2022-11-022-24/+0
|
* Improvements to iserInput handlingJon Bratseth2022-10-285-31/+34
| | | | | | - Handle both direct values and references in userInput - Don't convert direct values to references - Accept any QueryChain in rank
* Surely, escapeJava cannot be right--use JSON escaping insteadjonmv2022-10-212-8/+4
|
* Replace gson with jackson in client modulejonmv2022-10-215-6/+16
|
* Non-functional changesjonmv2022-10-2126-76/+90
|
* Use Java standard map instead of GSON internal oneYavor Paunov2022-09-071-3/+2
| | | | | | | | | LinkedHashTreeMap is an internal class never intended for use outside of GSON. It was removed in https://github.com/google/gson/pull/1992 (version 2.9.0) and its use in this project prevents the GSON version from being bumped. The standard LinkedHashMap is a perfect drop-in replacement as it also preserves insertion order.
* Remove deprecated methos on Vespa 8Jon Bratseth2022-06-101-1/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-081-6/+0
|
* Remove dependency on GroovyBjørn Christian Seime2021-11-262-677/+727
|
* Update 2019 Oath copyrights.gjoranv2021-10-2724-24/+24
|
* Merge pull request #19658 from vespa-engine/bratseth/no-field-in-weakandJon Bratseth2021-10-204-15/+19
|\ | | | | WeakAnd has no field
| * Remove unnecessary fieldJon Bratseth2021-10-203-9/+11
| |
| * WeakAnd has no fieldJon Bratseth2021-10-203-7/+9
| |
* | Add missiung copyrightsJon Bratseth2021-10-202-0/+2
|/
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* fix typo / linkKristian Aune2021-09-141-2/+2
|
* feat: support nearestNeighbor operatoryehzu2021-09-084-0/+96
|
* feat: support geoLocation operatoryehzu2021-09-083-0/+70
|
* String.format -> Text.formatArne Juul2021-06-3011-25/+40
| | | | | * needs its own copy of Text.format * various %f formatting must be with English decimal separator
* Support nearest neighbor queryMarcus Eltscheminov2021-05-172-0/+49
|
* less broken links (#16640)Kristian Aune2021-02-231-1/+1
|
* support numberic operation for doubleyehzu2021-02-182-0/+84
|
* support numberic operation for floatyehzu2021-02-182-0/+83
|
* Fix linksJon Bratseth2021-02-158-73/+73
|
* fix incorrect comma between orderBy and limit/offset/timeoutyehzu2020-02-252-2/+2
|
* HTML escape the character "&" in the javadoc commentyehzu2020-01-071-1/+1
|
* add javadoc to nonintermediate classesyehzu2020-01-077-6/+608
|
* throw exceptions from unimplemented methods to avoid misuseyehzu2020-01-075-20/+20
|
* move root package to "ai.vespa"yehzu2020-01-0724-24/+24
|
* dsl library for vespa search queriesyehzu2019-12-1224-0/+2491