aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorArne H Juul <arnej27959@users.noreply.github.com>2018-06-11 11:59:50 +0200
committerGitHub <noreply@github.com>2018-06-11 11:59:50 +0200
commit6bdc7b8a7a5bb70b2ef47f7e65e0e52b94bcfeff (patch)
tree0d51a2e51c9e924605ff48de5b8e34f588c30b94 /searchlib
parent206a394a67aeaa1acaf6ffaf8f583ea6c3ce9367 (diff)
parent7e859d3d0f35c8bf7eeac9a54d32418c1c4d2e2b (diff)
Merge pull request #6151 from vespa-engine/havardpe/test-same-element-builder
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;