summaryrefslogtreecommitdiffstats
path: root/container-search-gui/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Remove all dependencies to jdisc_http_servicegjoranv2021-03-231-6/+0
|
* Fix linksJon Bratseth2021-02-151-1/+1
|
* Workaround for faulty language level detection in IntelliJBjørn Christian Seime2020-11-171-0/+5
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Add search api reference temporarily to avoid download during buildLester Solbakken2018-10-231-0/+3
|
* Merge pull request #6419 from ↵Jon Bratseth2018-07-191-0/+12
|\ | | | | | | | | vespa-engine/henrhoi/rank-profiles-and-sources-in-configuration-file henrhoi/rank-profiles-and-sources-in-configuration-file
| * Added a provided dependency on configdefinition for RankProfileConfigHenrik2018-07-181-0/+6
| |
| * Changed artifactId in pom.xml. Had to get the bundle ↵Henrik2018-07-181-1/+1
| | | | | | | | container-search-and-docproc to use com.yahoo.search.config.RankProfilesConfig. Also now adding rankprofiles to the configuration file-response
| * Now generates config-file programmatically. Added the predetermined sources ↵Henrik2018-07-171-0/+6
| | | | | | | | 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.
* | Download html file in prepare-package to the target directory.gjoranv2018-07-181-3/+3
| |
* | Changed phase of getting the resourceHenrik2018-07-171-1/+1
| |
* | Maven now gets the search api reference from the docs.vespa.ai when building ↵Henrik2018-07-171-0/+18
|/ | | | vespa. Now only have one version of the doc.
* Reapply "Adding handler and binding when services.xml has <search>-field"gjoranv2018-07-121-41/+50
|
* Revert "Adding handler and binding when services.xml has <search>-field"Harald Musum2018-07-121-50/+41
|
* Moved GUIHandlerTest to own module that can use JDisc-components. GUIHandler ↵Henrik2018-07-101-15/+4
| | | | now reads from built .jar instead of resources. Vespa builds successfully
* Changed pom.xml and adding of handler in ContainerModelBuilderHenrik2018-07-101-41/+61
|
* Added Copyrigths and changes a few things for ids on HTMLElementsHenrik2018-07-061-1/+1
|
* ..Henrik2018-07-051-1/+1
|
* Created new module container-search-gui containing handler for gui for ↵Henrik2018-07-051-0/+49
building queries. Resources-folder static is now named gui