summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/common/reserved.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/common/reserved.h')
-rw-r--r--searchlib/src/vespa/searchlib/common/reserved.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/searchlib/src/vespa/searchlib/common/reserved.h b/searchlib/src/vespa/searchlib/common/reserved.h
deleted file mode 100644
index dd2fba58956..00000000000
--- a/searchlib/src/vespa/searchlib/common/reserved.h
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
-#pragma once
-
-// These are used by FAST Web Search for host name anchoring.
-
-// NB! Should be changed to uppercase once the functionality is implemented!!
-
-static const char *ANCHOR_START_OF_HOST = "StArThOsT";
-static const char *ANCHOR_END_OF_HOST = "EnDhOsT";
-
-// These are used in the query parser when parsing fields with parsemode
-// 'boundaries'. Not used otherwise. Lowercased for performance reasons.
-
-#define ANCHOR_LEFT_BOUNDARY "fastpbfast"
-#define ANCHOR_RIGHT_BOUNDARY "fastpbfast"
-