summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Merge pull request #6228 from vespa-engine/bratseth/nonfunctional-changesgjoranv2018-06-191-0/+2
|\ \ | |/ |/| Nonfunctional changes only
| * Nonfunctional changes onlyJon Bratseth2018-06-191-0/+2
| |
* | prefer handling Inspectable before JsonProducerArne Juul2018-06-151-2/+2
| | | | | | | | | | | | * ensure we can handle special cases in renderInspector() instead of delegating to default rendering in JsonProducer interface.
* | wrap map in object instead of rendering to intermediate stringArne Juul2018-06-151-32/+23
| |
* | render maps with string keys as JSON objectsArne Juul2018-06-152-4/+90
|/ | | | | | | | * if structured data is an array of <key,value> objects, we prefer to render it as a JSON object since it is most likely a map in the document definition. * makes docsum rendering a closer match with document rendering and feed input format.
* Also block optimization in QueryRewrite from handling NonReducibleCompositeItemHenning Baldersheim2018-06-062-4/+10
|
* Verify that SameElementItem is not touched by query canonicalization.Henning Baldersheim2018-06-051-0/+11
|
* As ranking of sameelement('a') and 'a' is different it is non reducible.Henning Baldersheim2018-06-051-3/+2
|
* Merge pull request #6073 from ↵Jon Bratseth2018-06-053-4/+43
|\ | | | | | | | | vespa-engine/bratseth/test-composite-child-verification Test composite child verification
| * Test composite child verificationJon Bratseth2018-06-043-4/+43
| |
* | No longer needed to prefix children of sameelement as backend now handles it ↵Henning Baldersheim2018-06-043-33/+6
|/ | | | as it should.
* Add testing of recursively nested names.Henning Baldersheim2018-06-031-0/+5
|
* Allow nested fieldnames using '.' in yql.Henning Baldersheim2018-06-032-18/+34
|
* Do not validate on cloneHenning Baldersheim2018-06-012-2/+35
|
* Support more than 'contains'. SameElement will only allow what it can handle.Henning Baldersheim2018-06-012-7/+32
|
* Merge pull request #6006 from vespa-engine/arnej/refactor-hasFieldsFieldJon Bratseth2018-05-301-24/+28
|\ | | | | move all hasFieldsField handling inside the FieldConsumer
| * move all hasFieldsField handling inside the FieldConsumerArne Juul2018-05-301-24/+28
| |
* | Make consistent with search to dispatchJo Kristian Bergum2018-05-301-1/+1
|/
* Merge pull request #5990 from vespa-engine/bratseth/avoid-string-reencodingArne H Juul2018-05-307-144/+288
|\ | | | | Avoid encoding between utf-8 and 16 unnecessarily
| * Avoid encoding between utf-8 and 16 unnecessarilyJon Bratseth2018-05-297-144/+288
| |
* | Further test correct namesHenning Baldersheim2018-05-292-2/+15
| |
* | Due to stack representation we need to use fully qualified names over the ↵Henning Baldersheim2018-05-292-9/+17
| | | | | | | | wire to avoid special handling in the backend.