aboutsummaryrefslogtreecommitdiffstats
path: root/container-search-gui/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Update final "Yahoo Holdings" occurrence in repo.gjoranv2021-10-071-1/+1
|
* Update 2018 copyright notices.gjoranv2021-10-076-6/+6
|
* Update 2017 copyright notices.gjoranv2021-10-071-4/+4
|
* Fix linksJon Bratseth2021-02-151-6/+6
|
* Remove usage of org.jsonBjørn Christian Seime2021-02-021-42/+40
|
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-011-40/+42
|
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-291-42/+40
| | | | | | | | Remove most usage of org.json:json Maven artifact. This library does not have a compatible license. Some usage is still left as it's part of our container-search public API. We'll need a major release to fix that. See https://github.com/vespa-engine/vespa/issues/14762 for more details.
* Ignore case on autocomplete in querybuilderklebadev2020-12-092-2/+2
|
* Allow setting a request type explicitlyJon Bratseth2020-09-021-1/+0
| | | | | | This lets handler authors control the requestType explicitly by setting it on the HttpResponse, which is useful to avoid misclassification of POST requests to reading handlers as writes.
* track name changekkraune2020-05-261-1/+1
|
* Replace usagesJon Marius Venstad2019-04-021-1/+2
|
* Add &explainleve=Henning Baldersheim2019-03-191-1/+1
|
* Remove the packet cache. It will very soon loose its value as we are ↵Henning Baldersheim2019-03-071-2/+1
| | | | | | | changing the protocol. And also as it does not work for grouping I think it is better to just let it go. We might want a cache sometime later, but then we should redesign it.
* Add search api reference temporarily to avoid download during buildLester Solbakken2018-10-231-0/+1914
|
* Solved conflict between filesHenrik2018-07-196-1126/+176
|\
| * Merge pull request #6419 from ↵Jon Bratseth2018-07-195-117/+176
| |\ | | | | | | | | | | | | vespa-engine/henrhoi/rank-profiles-and-sources-in-configuration-file henrhoi/rank-profiles-and-sources-in-configuration-file
| | * Forgot to add one change from the reverted PR. Now added for index.htmlHenrik2018-07-181-102/+50
| | |
| | * Solved conflict and added all changes from the PR that was revertedHenrik2018-07-182-67/+34
| | |\
| | * | Changed artifactId in pom.xml. Had to get the bundle ↵Henrik2018-07-181-12/+29
| | | | | | | | | | | | | | | | container-search-and-docproc to use com.yahoo.search.config.RankProfilesConfig. Also now adding rankprofiles to the configuration file-response
| * | | Maven now gets the search api reference from the docs.vespa.ai when building ↵Henrik2018-07-171-1011/+0
| | | | | | | | | | | | | | | | vespa. Now only have one version of the doc.
* | | | Removed logging to consoleHenrik2018-07-181-2/+0
| | | |
* | | | Added information about querybuilders features and help-section. Show/Hide ↵Henrik2018-07-183-1/+63
| |_|/ |/| | | | | | | | section with button
* | | Revert "henrhoi/rank-profiles-and-sources-in-configuration-file"Harald Musum2018-07-185-174/+47
| |/ |/|
* | Now generates config-file programmatically. Added the predetermined sources ↵Henrik2018-07-175-47/+174
|/ | | | from the genreated config.json to the autocompletion of yql-syntax. Now also possible to add possible values for all parameters, just put the parameter (full name with underscore instead of dots) and a list of possible values in the config-file to be generated. Model.sources, Ranking.rankprofile, Ranking.properties, ranking.features have now possible values on value-input.
* Reapply "Adding handler and binding when services.xml has <search>-field"gjoranv2018-07-121-33/+37
|
* Revert "Adding handler and binding when services.xml has <search>-field"Harald Musum2018-07-121-37/+33
|
* Merge pull request #6366 from ↵Henrik Høiness2018-07-111-33/+37
|\ | | | | | | | | vespa-engine/henrhoi/adding-gui-handler-when-building-containermodel Adding handler and binding when services.xml has <search>-field
| * Removed empty lines to run travis ci againHenrik2018-07-111-2/+1
| |
| * Changed import to staticHenrik2018-07-111-12/+12
| |
| * Moved GUIHandlerTest to own module that can use JDisc-components. GUIHandler ↵Henrik2018-07-101-31/+36
| | | | | | | | now reads from built .jar instead of resources. Vespa builds successfully
* | Added configuration-file on JSON-format. Should later contain predetermined ↵Henrik2018-07-102-29/+68
|/ | | | values for sources and rankprofiles.
* Added Copyrigths and changes a few things for ids on HTMLElementsHenrik2018-07-0613-269/+233
|
* Created new module container-search-gui containing handler for gui for ↵Henrik2018-07-0545-0/+10089
building queries. Resources-folder static is now named gui