summaryrefslogtreecommitdiffstats
path: root/streamingvisitors
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-02-22 15:02:04 +0100
committerArne H Juul <arnej@yahoo-inc.com>2017-02-23 10:32:34 +0100
commit7172938674fdc3e8a63218cb9d93036e2963eacd (patch)
tree608689551a2412e9e264537dc7ef295c2c3c24f1 /streamingvisitors
parent4cff4cef34faff3a5b1f0c51a5852206cb6bee66 (diff)
make useSlimeInsideFields always true
* remove the useSlimeInsideFields argument, it is now always true * remove some now-unused code
Diffstat (limited to 'streamingvisitors')
-rw-r--r--streamingvisitors/src/vespa/searchvisitor/searchvisitor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/streamingvisitors/src/vespa/searchvisitor/searchvisitor.h b/streamingvisitors/src/vespa/searchvisitor/searchvisitor.h
index f2025e8c161..101fd91c5af 100644
--- a/streamingvisitors/src/vespa/searchvisitor/searchvisitor.h
+++ b/streamingvisitors/src/vespa/searchvisitor/searchvisitor.h
@@ -25,6 +25,7 @@
#include <vespa/searchlib/attribute/extendableattributes.h>
#include <vespa/searchlib/common/sortspec.h>
#include <vespa/storage/visiting/visitor.h>
+#include <vespa/document/fieldvalue/fieldvalues.h>
#include <vespa/documentapi/messagebus/messages/queryresultmessage.h>
using namespace search::aggregation;