summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-05-19 22:18:35 +0200
committerTor Egge <Tor.Egge@broadpark.no>2020-05-20 11:22:13 +0200
commitf3468c1a266ae00025fea55cf330d07ee1d4f864 (patch)
tree63b735c5a982b5f2bc20f77fcd2011ec90be8acd /searchlib
parentcb543dddb21b358b5ce4cce589375595863d813a (diff)
Remove unused methods.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/features/fieldmatch/computer.h9
-rw-r--r--searchlib/src/vespa/searchlib/fef/phrasesplitter.h1
2 files changed, 0 insertions, 10 deletions
diff --git a/searchlib/src/vespa/searchlib/features/fieldmatch/computer.h b/searchlib/src/vespa/searchlib/features/fieldmatch/computer.h
index 12535ac105c..b40b27596dc 100644
--- a/searchlib/src/vespa/searchlib/features/fieldmatch/computer.h
+++ b/searchlib/src/vespa/searchlib/features/fieldmatch/computer.h
@@ -121,15 +121,6 @@ public:
int fieldIndexToSemanticDistance(int j, uint32_t zeroJ) const;
/**
- * Returns the query environment of this. This contains information about the query.
- *
- * @return The query environment.
- */
- const fef::IQueryEnvironment &getQueryEnvironment() const {
- return _splitter;
- }
-
- /**
* Returns the id of the searched field.
*
* @return The field id.
diff --git a/searchlib/src/vespa/searchlib/fef/phrasesplitter.h b/searchlib/src/vespa/searchlib/fef/phrasesplitter.h
index 25944158445..8b399885496 100644
--- a/searchlib/src/vespa/searchlib/fef/phrasesplitter.h
+++ b/searchlib/src/vespa/searchlib/fef/phrasesplitter.h
@@ -55,7 +55,6 @@ private:
TermFieldHandle _skipHandles; // how many handles to skip
void considerTerm(uint32_t termIdx, const ITermData &term, std::vector<PhraseTerm> &phraseTerms, uint32_t fieldId);
- void splitPhrase(const ITermData &phrase, std::vector<PhraseTerm> &phraseTerms, uint32_t fieldId);
TermFieldMatchData *resolveSplittedTermField(TermFieldHandle handle) {
return &_termMatches[handle - _skipHandles];