aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Expand)AuthorAgeFilesLines
* Support 'best' stem modeJon Bratseth2016-10-041-16/+10
* Update commentHarald Musum2016-10-031-2/+3
* Wait some time before starting ping thread, needed due to OSGi issuesHarald Musum2016-09-301-1/+4
* Merge pull request #738 from yahoo/bratseth/support-document-api-in-applicationsJon Bratseth2016-09-291-0/+2
|\
| * Add tracing of sorting degradationJon Bratseth2016-09-281-0/+2
* | Use generated class to get Vespa versionHarald Musum2016-09-292-33/+4
* | Start ping thread immediatelyHarald Musum2016-09-291-1/+1
|/
* Added a TODOJon Bratseth2016-09-271-1/+1
* Remove 'uri' and 'type' settings on FastHit for streaming hitsJon Bratseth2016-09-272-3/+3
* Nonfunctional changes only: Add TODO on removing type rendering on Vespa 7Jon Bratseth2016-09-271-81/+44
* Nonfunctional changes onlyJon Bratseth2016-09-271-81/+61
* Add TODO on removing the 'uri' field. Correct streaming hit source.Jon Bratseth2016-09-273-7/+5
* Don't trace languageJon Bratseth2016-09-262-1/+3
* Allow language to be set and detected in concatenated YQL queriesJon Bratseth2016-09-263-87/+127
* Whitespace changes onlyJon Bratseth2016-09-202-8/+4
* Use hostname to check if host is remote or notHarald Musum2016-09-151-6/+3
* Whitespace changes onlyJon Bratseth2016-09-082-9/+5
* Only refer to plugin, do not specify any details...Henning Baldersheim2016-09-061-7/+0
* Many modules wanted to copile with 1.5 in intellij.Henning Baldersheim2016-09-051-0/+2
* Replace last usage of LinuxInetAddress by HostNameJon Bratseth2016-08-301-1/+4
* Use HostName to get the local hostJon Bratseth2016-08-302-4/+4
* Merge pull request #504 from yahoo/bratseth/yql-language-detectiongjoranv2016-08-309-287/+281
|\
| * Test YQL language detectionJon Bratseth2016-08-305-13/+39
| * Detect language in YQL. Allow multiple languages per queryJon Bratseth2016-08-307-229/+204
| * Nonfunctional changesJon Bratseth2016-08-301-61/+54
* | Remove unneded test that does not work on MacHarald Musum2016-08-301-2/+0
|/
* Replaced InetAddress.getCanonicalHostName() with HostName.getLocalHost() for ...valerijf2016-08-292-24/+4
* Use active nodes, not documents to answer if we can serve documentsJon Bratseth2016-08-255-16/+23
* Merge pull request #459 from yahoo/bratseth/yql-doublequotesgjoranv2016-08-2510-234/+191
|\
| * Nonfunctional changes onlyJon Bratseth2016-08-243-14/+12
| * Whitespace changes onlyJon Bratseth2016-08-231-12/+8
| * Whitespace changes onlyJon Bratseth2016-08-221-3/+4
| * Whitespace changes onlyJon Bratseth2016-08-226-205/+167
* | Rename new config value and correct assert messageJon Bratseth2016-08-222-4/+2
|/
* Handle single groupJon Bratseth2016-08-182-23/+38
* Use the right fs4 port when talking to search nodesJon Bratseth2016-08-183-12/+14
* Test and complete local dispatch coverage conditionJon Bratseth2016-08-177-12/+83
* Local dispatch only if group has sufficient coverageJon Bratseth2016-08-171-5/+10
* Monitor coverage status for search clustersJon Bratseth2016-08-173-7/+74
* Expose active docs from PongJon Bratseth2016-08-172-8/+9
* Add min_activedocs_coverage to dispatch config + cleanupJon Bratseth2016-08-1710-170/+122
* Disable direct dispatch on failover + more testsJon Bratseth2016-08-1713-184/+204
* More direct dispatch testsJon Bratseth2016-08-1711-61/+96
* Merge pull request #418 from yahoo/bratseth/bypass-dispatchgjoranv2016-08-1622-383/+876
|\
| * More testsJon Bratseth2016-08-161-10/+59
| * Basic test of direct dispatchJon Bratseth2016-08-165-23/+78
| * Direct dispatch test skeletonJon Bratseth2016-08-165-185/+261
| * Only use direct dispatch when the local node is respondingJon Bratseth2016-08-1614-120/+209
| * Don't direct dispatch if the containerCluster.size<searchCluster.sizeJon Bratseth2016-08-167-31/+72
| * Add direct dispatch enable query parameter and tracingJon Bratseth2016-08-162-3/+16