summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6520 from vespa-engine/henrhoi/post-api-requestmap-changeJon Bratseth2018-08-092-5/+6
|\ | | | | henrhoi/post-api-requestmap-change
| * URL-parameters now overrides JSON-parametersHenrik2018-08-091-1/+2
| |
| * Now adding all entries from request.propertyMap() to requestMap, which will ↵Henrik2018-08-082-5/+5
| | | | | | | | be overwritten if duplicate in JSON payload
* | Test that distribution key is carried from direct search to rpc summaryJon Bratseth2018-08-0910-37/+68
| |
* | Prepare to optimizeJon Bratseth2018-08-073-3/+5
|/
* Added urls for the Select ReferenceHenrik2018-08-071-2/+2
|
* Changes from review.Henrik2018-08-076-28/+48
|
* Solve conflicting filesHenrik2018-08-062-8/+13
|\
| * Changed queryFromRequest to requestMapFromRequest, and creating queryProfile ↵Henrik2018-08-062-17/+8
| | | | | | | | and Query out of that map
| * Solved queryProfile always being null when using JSON-query. QueryProfile ↵Henrik2018-07-302-5/+20
| | | | | | | | was set before getting the JSON-payload with queryProfileName
* | Added parsing of multiple pipesHenrik2018-08-062-6/+32
| |
* | Committing for Travis rebuild, talked with @mpolden. Said it would solve the ↵Henrik2018-08-031-1/+1
| | | | | | | | Travis build stopping at controller-server
* | Added class doc for SelectParser.javaHenrik2018-08-031-0/+9
| |
* | Added SELECT parameter to provider.def - missed that ProviderConfig.java was ↵Henrik2018-08-032-2/+3
| | | | | | | | created from config and did not get my code-changes
* | Added parsing of Grouping from JSON to String. Now parsing ↵Henrik2018-08-025-54/+69
| | | | | | | | grouping-parameter and setting the query's groupingrequest when parameter is present
* | Added copyrightHenrik2018-08-021-8/+1
| |
* | SelectParser now handles ''all'' testcases from YQLParserTestCase. Class may ↵Henrik2018-08-022-146/+588
| | | | | | | | need some cleaning and removal of unuses code
* | Created new parameter SELECT with subparameters WHERE and GROUPING. Started ↵Henrik2018-08-0210-2/+1662
|/ | | | on a SelectParser which will parse the SELECT parameters to a QueryTree. Also added a new type for queryies 'SELECT', and will now use the SelectParser when getting the QueryTree. Started on testing the same testcases as in YQLParser, looks promising.
* Merge pull request #6444 from vespa-engine/bratseth/java-model-inferenceJon Bratseth2018-07-233-6/+10
|\ | | | | Bratseth/java model inference
| * Java model evaluation WIPJon Bratseth2018-07-201-4/+4
| |
| * Model inference WIPJon Bratseth2018-07-052-2/+6
| |
* | Handle missing content typeJon Bratseth2018-07-201-5/+3
| |
* | Now generates config-file programmatically. Added the predetermined sources ↵Henrik2018-07-172-2/+2
| | | | | | | | 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.
* | Deprecate HttpSearcher and its subclasses.gjoranv2018-07-066-1/+7
| |
* | Set distribution key whe dispatching to content nodeJon Bratseth2018-07-0514-47/+83
| |
* | Fix author tag for SimonBjørn Christian Seime2018-07-05140-141/+141
| |
* | Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-0572-72/+72
| |
* | Merge pull request #6271 from vespa-engine/henrhoi/json-query-apiJon Bratseth2018-07-054-20/+560
|\ \ | |/ |/| Henrhoi/json query api
| * Separated code - made a separate method for creating queries from requestsHenrik2018-07-042-27/+28
| |
| * Added unit-test for bad JSON-queries.Henrik2018-06-291-0/+10
| |
| * Now throwing QueryException for errors when parsing JSON to SlimeHenrik2018-06-291-1/+4
| |
| * Removed unused importsHenrik2018-06-282-2/+0
| |
| * Added changes from Architect-meeting and from pull-request-commentsHenrik2018-06-282-50/+31
| |
| * Removed wildcard imports, unnused dependency and a few other changesHenrik2018-06-255-58/+31
| |
| * POST-queries seems to be working and tests and maven builds are successful.Henrik2018-06-253-181/+176
| |
| * Added a few unit-tests for JSON-queriesHenrik2018-06-221-0/+470
| |
| * Added simple handling of JSON-queries.Henrik2018-06-224-14/+123
| |
* | Merge pull request #6287 from ↵Harald Musum2018-06-277-11/+17
|\ \ | | | | | | | | | | | | vespa-engine/bratseth/dont-fail-allocation-on-bootstrap Bratseth/dont fail allocation on bootstrap
| * | Nonfunctional changes onlyJon Bratseth2018-06-267-11/+17
| | |
* | | Merge pull request #6276 from vespa-engine/arnej/doubleformatter-not-neededJon Bratseth2018-06-255-10/+7
|\ \ \ | |/ / |/| | Arnej/doubleformatter not needed
| * | stop using DoubleParserArne Juul2018-06-251-2/+1
| | |
| * | stop using DoubleFormatterArne Juul2018-06-254-8/+6
| | | | | | | | | | | | | | | * also, update expected results in those places where slight differences in Double formatting was seen.
* | | Nonfunctional changesJon Bratseth2018-06-251-36/+36
|/ /
* | build Point every timeArne Juul2018-06-221-6/+3
| |
* | add ContainerLatencySearcherArne Juul2018-06-222-1/+42
|/
* Merge pull request #6243 from vespa-engine/bratseth/nonfunctional-changes-2gjoranv2018-06-203-17/+3
|\ | | | | Nonfunctional changes
| * Nonfunctional changesJon Bratseth2018-06-203-17/+3
| |
* | Merge pull request #6227 from vespa-engine/arnej/last-summary-overrides-olderJon Bratseth2018-06-193-9/+43
|\ \ | |/ |/| let last fetched summary override
| * add summaries at start of list insteadArne Juul2018-06-193-10/+42
| |
| * let last fetched summary overrideArne Juul2018-06-191-6/+8
| | | | | | | | | | | | * instead of using the first summary that contains a field, use the last one. This is probably more useful in the (very few) cases where you can see the difference.