summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/fef/iindexenvironment.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/fef/iindexenvironment.h')
-rw-r--r--searchlib/src/vespa/searchlib/fef/iindexenvironment.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/searchlib/src/vespa/searchlib/fef/iindexenvironment.h b/searchlib/src/vespa/searchlib/fef/iindexenvironment.h
index ff0188fe36e..e7f0ba2844a 100644
--- a/searchlib/src/vespa/searchlib/fef/iindexenvironment.h
+++ b/searchlib/src/vespa/searchlib/fef/iindexenvironment.h
@@ -98,26 +98,6 @@ public:
virtual void hintFeatureMotivation(FeatureMotivation motivation) const = 0;
/**
- * Hint about the future access of a field. This method may be
- * used by blueprints during setup to hint the enclosing system
- * that a feature executor created by it might try to access the
- * field iterator for a specific field during execution.
- *
- * @param fieldId field id
- **/
- virtual void hintFieldAccess(uint32_t fieldId) const = 0;
-
- /**
- * Hint about the future access of an attribute. This method may
- * be used by blueprints during setup to hint the enclosing system
- * that a feature executor created by it might try to access a
- * specific attribute during execution.
- *
- * @param name attribute name
- **/
- virtual void hintAttributeAccess(const string &name) const = 0;
-
- /**
* Returns a constant rank value with the given name or null ptr if no such value exists.
*/
virtual std::unique_ptr<vespalib::eval::ConstantValue> getConstantValue(const vespalib::string &name) const = 0;