aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/query/streaming/query.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change parent class of search::streaming::SameElementQueryNode fromTor Egge2024-03-181-1/+0
* Handle search::streaming::EquivQueryNode as a leaf in the query tree.Tor Egge2024-02-091-7/+0
* Handle search::streaming::PhraseQueryNode as a leaf in the query tree.Tor Egge2024-02-061-30/+0
* Change parent class of search::streaming::PhraseQueryNode fromTor Egge2024-02-021-2/+0
* Merge pull request #30027 from vespa-engine/arnej/implement-rank-with-operatorHenning Baldersheim2024-01-231-0/+13
|\
| * actually implement RANK operatorArne Juul2024-01-231-0/+13
* | Move out NearQueryNode, ONearQueryNode, PhraseQueryNode andTor Egge2024-01-231-152/+4
|/
* Add hit iterator pack and use it for phrase search in streaming mode.Tor Egge2024-01-221-51/+31
* Adjust search::streaming::Hit to better matchTor Egge2024-01-221-10/+19
* Rename search::streaming::Hit member function context() to field_id().Tor Egge2024-01-181-7/+7
* Remove dead code from streaming search.Tor Egge2024-01-151-2/+0
* Code modernization and minor rewrite to avoid hard to read negations.Henning Baldersheim2024-01-011-5/+5
* Add DotProductTerm for streaming search.Tor Egge2023-12-131-1/+0
* Standard plural of leaf is leaves.Tor Egge2023-11-301-8/+8
* Update copyrightJon Bratseth2023-10-091-1/+1
* GC unused files and code.Henning Baldersheim2022-09-211-2/+2
* add ITEM_TRUE and ITEM_FALSE query nodesArne H Juul2021-10-181-0/+4
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Return true from AndNot when no children at all.Henning Baldersheim2021-04-231-3/+4
* - Model as having children, as opposed to being children.Henning Baldersheim2021-04-231-114/+133
* - Prevent the rewrite that happens with equiv and phrase to handle floating p...Henning Baldersheim2021-04-221-0/+6
* Move query classes used in streaming search to namespace search::streaming.Geir Storli2019-11-281-1/+1
* Move query classes used in streaming search to separate sub-folder and sub-li...Geir Storli2019-11-281-0/+372