aboutsummaryrefslogtreecommitdiffstats
path: root/client/src/main
Commit message (Expand)AuthorAgeFilesLines
* Unify on List.ofHenning Baldersheim2024-04-111-2/+1
* Update copyrightJon Bratseth2023-10-0926-31/+31
* Make annotate publicJon Bratseth2023-08-131-1/+1
* Add fuzzyJon Bratseth2023-07-092-1/+26
* Add a testJon Bratseth2022-11-211-0/+2
* Allow chaining directly to userinputJon Bratseth2022-11-202-7/+10
* Don't output square brackets or semicolonJon Bratseth2022-11-024-4/+3
* Deprecate semicolon()Jon Bratseth2022-11-022-8/+28
* Simplify - index is not neededJon Bratseth2022-11-022-24/+0
* Improvements to iserInput handlingJon Bratseth2022-10-284-27/+21
* 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-2125-76/+89
* Use Java standard map instead of GSON internal oneYavor Paunov2022-09-071-3/+2
* Remove deprecated methos on Vespa 8Jon Bratseth2022-06-101-1/+0
* Remove on Vespa 8Jon Bratseth2022-06-081-6/+0
* Update 2019 Oath copyrights.gjoranv2021-10-2723-23/+23
* Merge pull request #19658 from vespa-engine/bratseth/no-field-in-weakandJon Bratseth2021-10-203-12/+16
|\
| * Remove unnecessary fieldJon Bratseth2021-10-202-7/+9
| * WeakAnd has no fieldJon Bratseth2021-10-202-6/+8
* | 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-083-0/+68
* feat: support geoLocation operatoryehzu2021-09-082-0/+58
* String.format -> Text.formatArne Juul2021-06-3011-25/+40
* Support nearest neighbor queryMarcus Eltscheminov2021-05-171-0/+29
* less broken links (#16640)Kristian Aune2021-02-231-1/+1
* support numberic operation for doubleyehzu2021-02-181-0/+67
* support numberic operation for floatyehzu2021-02-181-0/+66
* Fix linksJon Bratseth2021-02-157-71/+71
* fix incorrect comma between orderBy and limit/offset/timeoutyehzu2020-02-251-1/+1
* 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-0723-23/+23
* dsl library for vespa search queriesyehzu2019-12-1223-0/+1908