aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/handler/test/JSONSearchHandlerTestCase.java
Commit message (Expand)AuthorAgeFilesLines
* Extract execution creation into ExecutionFactoryJon Bratseth2019-06-091-3/+3
* Fix parsing of array query properties in JSON payloadJon Bratseth2019-03-071-4/+52
* Remove template supportJon Bratseth2019-01-211-36/+0
* Rename DefaultRenderer to XmlRendererJon Bratseth2019-01-211-1/+1
* Parse USE_POSITION_DATA correctlyJon Bratseth2019-01-091-25/+40
* do minimal parsing of "Content-Type" headerArne Juul2019-01-031-0/+6
* Add build() method to config buildersJon Bratseth2018-11-301-1/+1
* Now adding all entries from request.propertyMap() to requestMap, which will b...Henrik2018-08-081-5/+3
* Created new parameter SELECT with subparameters WHERE and GROUPING. Started o...Henrik2018-08-021-0/+34
* Added unit-test for bad JSON-queries.Henrik2018-06-291-0/+10
* Removed unused importsHenrik2018-06-281-1/+0
* Added changes from Architect-meeting and from pull-request-commentsHenrik2018-06-281-41/+22
* Removed wildcard imports, unnused dependency and a few other changesHenrik2018-06-251-10/+11
* POST-queries seems to be working and tests and maven builds are successful.Henrik2018-06-251-129/+134
* Added a few unit-tests for JSON-queriesHenrik2018-06-221-0/+470