summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/main/java/com/yahoo/storage/searcher/GetSearcher.java
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-10-16 22:13:35 +0200
committerJon Bratseth <bratseth@oath.com>2018-10-16 22:13:35 +0200
commit927eb12cf02cfc02e91f6e929300f523ae8887fc (patch)
tree88ba2a2051ebe14dce79fd57e3f13ae9a98905b6 /vespaclient-container-plugin/src/main/java/com/yahoo/storage/searcher/GetSearcher.java
parent16c10f396298967a5d144518227f2e36bfa80eb2 (diff)
Prepare for removal
Diffstat (limited to 'vespaclient-container-plugin/src/main/java/com/yahoo/storage/searcher/GetSearcher.java')
-rwxr-xr-xvespaclient-container-plugin/src/main/java/com/yahoo/storage/searcher/GetSearcher.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/vespaclient-container-plugin/src/main/java/com/yahoo/storage/searcher/GetSearcher.java b/vespaclient-container-plugin/src/main/java/com/yahoo/storage/searcher/GetSearcher.java
index 3a5bda776b1..869a2f9317a 100755
--- a/vespaclient-container-plugin/src/main/java/com/yahoo/storage/searcher/GetSearcher.java
+++ b/vespaclient-container-plugin/src/main/java/com/yahoo/storage/searcher/GetSearcher.java
@@ -57,8 +57,11 @@ import java.util.zip.GZIPInputStream;
* contenttype=string (default: no content type specified)
* For specifiying the returned HTTP header content type for a returned
* document field's content. field must also be specified.
+ * @deprecated do not use
*/
@SuppressWarnings("deprecation")
+// TODO: Remove on Vespa 7
+@Deprecated // OK
public class GetSearcher extends Searcher {
private static final Logger log = Logger.getLogger(GetSearcher.class.getName());