aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/query/streaming/querynode.h
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite is disabled for nodes below SameElementQueryNode.Tor Egge2024-03-181-1/+1
|
* Change parent class of search::streaming::SameElementQueryNode fromTor Egge2024-03-181-0/+1
| | | | search::streaming::AndQueryNode to search:streaming::MultiTerm.
* Handle search::streaming::EquivQueryNode as a leaf in the query tree.Tor Egge2024-02-091-0/+1
|
* Handle search::streaming::PhraseQueryNode as a leaf in the query tree.Tor Egge2024-02-061-4/+0
|
* Change parent class of search::streaming::PhraseQueryNode fromTor Egge2024-02-021-0/+1
| | | | search::streaming::AndQueryNode to search::streaming::MultiTerm.
* Add WeightedSetTerm for streaming search.Tor Egge2024-01-151-0/+1
|
* Calculate raw score for streaming search wand.Tor Egge2024-01-121-0/+1
|
* - Fold query for streaming search based on either query item type, or field ↵Henning Baldersheim2024-01-051-3/+2
| | | | | | | | definition. - This ensures that query processing and document processing is symmetric for streaming search. No longer rely on java query processing being symmetric with backend c++ variant. - Indexed search does no normalization in backend and uses query as is.
* Code modernization and minor rewrite to avoid hard to read negations.Henning Baldersheim2024-01-011-1/+1
|
* Add DotProductTerm for streaming search.Tor Egge2023-12-131-0/+4
|
* Standard plural of leaf is leaves.Tor Egge2023-11-301-2/+2
|
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Add NearestNeighborQueryNode.Tor Egge2023-04-171-1/+2
|
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-6/+6
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* string.h does not need alloc.hHenning Baldersheim2021-02-211-0/+1
|
* Move query classes used in streaming search to namespace search::streaming.Geir Storli2019-11-281-2/+3
|
* Move query classes used in streaming search to separate sub-folder and ↵Geir Storli2019-11-281-0/+62
sub-library.