aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/vespa
Commit message (Collapse)AuthorAgeFilesLines
* Don't call deprecated method in testTor Brede Vekterli2022-01-311-1/+0
|
* Update 2019 Oath copyrights.gjoranv2021-10-274-4/+4
|
* Supply and use appropriate stub methodsJon Bratseth2021-10-101-1/+1
|
* Guarantee we always have an executorJon Bratseth2021-10-101-1/+1
|
* Add Executor to Execution.ContextJon Bratseth2021-10-081-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-074-4/+4
|
* Cap max buckets per streaming search visitorTor Brede Vekterli2021-01-051-1/+1
| | | | | Avoids memory blow-up when visiting locations with a massive number of buckets.
* tighten allowed location syntax, and simplifyArne Juul2020-08-161-1/+1
| | | | | * Note: we stopped supporting 1-d locations in Vespa 5.x, so this should not break any applications.
* Use mockito-core 3.1.0Håkon Hallingstad2019-10-182-2/+2
|
* Add simple probabilistic query tracing and logging for streaming searches ↵Tor Brede Vekterli2019-09-056-7/+227
| | | | | | | | | | | | | | | that time out This currently only catches the cases where a query has not respected its expected timeout and therefore has an actual timeout that is at least a 5x multiple of its expected one. Due to the response payload nature of MessageBus traces it's not given that the trace will contain any information from the backend nodes. But it is highly likely to contain useful information from the client-local policy instances, as well as resending info. To test this very conservatively, only allows approximately 1 query to be traced every 2 seconds and only dumps traces to logs once every 10 seconds.
* doc: -> id:Henning Baldersheim2019-08-161-8/+8
|
* Remove the use and testing of legacy groupdoc/userdoc/orderdoc document ids.Henning Baldersheim2019-08-092-69/+12
|
* Use sort data with java dispatcherOlli Virtanen2019-04-021-2/+1
|
* Remove the packet cache. It will very soon loose its value as we are ↵Henning Baldersheim2019-03-071-5/+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.
* remove streaming.headersonly optionArne Juul2019-01-211-6/+0
|
* Change default timeout from 5000 to 500 msJon Bratseth2019-01-211-4/+4
|
* Deprecate Server.getServerDiscriminatorJon Bratseth2018-11-281-5/+7
|
* No difference between empty and not set.Henning Baldersheim2018-10-081-7/+3
|
* Use parenthesis to ensure correct evaluation order.Henning Baldersheim2018-10-081-3/+3
|
* Also handle the case of empty selection string which evidently matches ↵Henning Baldersheim2018-10-071-1/+8
| | | | everything.
* Revert "Revert "Limit document selection per cluster by the document type of ↵Henning Baldersheim2018-10-072-17/+25
| | | | the clus…""
* Revert "Limit document selection per cluster by the document type of the ↵Henning Baldersheim2018-10-072-25/+17
| | | | clus…"
* Limit document selection per cluster by the document type of the cluster.Henning Baldersheim2018-10-052-17/+25
|
* Switch to new javacc maven plugin:gjoranv2018-08-271-2/+2
| | | | | | | | - config model - document - documentapi - indexinglanguage. - searchlib
* Remove overly pragmatic (though very honest) unit testTor Brede Vekterli2018-05-141-18/+0
|
* Remove usage of junit.frameworkJon Bratseth2018-04-172-25/+11
|
* Remove non-slime sum mary code and related tests.Henning Baldersheim2018-02-011-1/+1
|
* Update copyright headersJon Bratseth2017-06-144-4/+4
|
* Revert "Update copyright headers"Jon Bratseth2017-06-144-4/+4
|
* Update copyright headersJon Bratseth2017-06-144-4/+4
|
* Revert "Copyright header"Jon Bratseth2017-06-134-4/+4
|
* Copyright headerJon Bratseth2017-06-134-4/+4
|
* use standard formatting for Override annotationArne H Juul2017-05-301-1/+2
|
* Revert "Store streaming stats in query instead of query context"Bjørn Christian Seime2017-03-021-2/+2
|
* Store streaming stats in query instead of query contextBjørn Christian Seime2017-03-021-2/+2
| | | | | | All properties in the query context are modelled as trace nodes and will be part of the query trace regardless of level. The streaming statistics should only be visible in trace for levels >=2.
* Revert "Store streaming stats in query instead of query context"Arnstein Ressem2017-03-011-2/+2
|
* Store streaming stats in query instead of query contextBjørn Christian Seime2017-03-011-2/+2
| | | | | | All properties in the query context are modelled as trace nodes and will be part of the query trace regardless of level. The streaming statistics should only be visible in trace for levels >=2.
* Merge pull request #1564 from yahoo/bratseth/multiple-languages-in-a-queryJon Bratseth2017-01-251-1/+1
|\ | | | | Bratseth/multiple languages in a query
| * Nonfunctional changes onlyJon Bratseth2017-01-201-1/+1
| |
* | Let streaming search visitor set explicit session timeoutTor Brede Vekterli2017-01-201-0/+1
|/ | | | Ensures visitor message timeouts are bounded by the request timeout
* Add TODO on removing the 'uri' field. Correct streaming hit source.Jon Bratseth2016-09-271-1/+1
|
* PublishJon Bratseth2016-06-154-0/+1083