summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@oath.com>2018-06-06 14:25:39 +0000
committerHåvard Pettersen <havardpe@oath.com>2018-06-06 14:25:39 +0000
commit7e859d3d0f35c8bf7eeac9a54d32418c1c4d2e2b (patch)
treec5dc53f1f6779d51e295523215295e979538a6c8 /searchlib
parente4f626c587cf1cc4d5c05da5e15523f4162107f0 (diff)
added test for same element builder
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/queryeval/leaf_blueprints.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchlib/src/vespa/searchlib/queryeval/leaf_blueprints.h b/searchlib/src/vespa/searchlib/queryeval/leaf_blueprints.h
index d0f3c95f140..698e2235690 100644
--- a/searchlib/src/vespa/searchlib/queryeval/leaf_blueprints.h
+++ b/searchlib/src/vespa/searchlib/queryeval/leaf_blueprints.h
@@ -64,6 +64,7 @@ public:
_tag = t;
return *this;
}
+ const vespalib::string &tag() const { return _tag; }
FakeBlueprint &term(const vespalib::string &t) {
_term = t;