aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/query/streaming/querynode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in getter-functionTor Brede Vekterli2024-04-231-2/+2
* Wire fuzzy prefix matching support through the query stackTor Brede Vekterli2024-04-191-1/+2
* Rewrite is disabled for nodes below SameElementQueryNode.Tor Egge2024-03-181-6/+4
* Change parent class of search::streaming::SameElementQueryNode fromTor Egge2024-03-181-4/+24
* Use filter settings from rank profiles and query terms in streaming search.Tor Egge2024-03-151-0/+1
* Adjust rewriting of number terms for string fields in streaming search.Tor Egge2024-03-051-9/+30
* - Hide recall terms from ranking.Henning Baldersheim2024-02-191-0/+1
* Handle search::streaming::EquivQueryNode as a leaf in the query tree.Tor Egge2024-02-091-5/+35
* Stop getting phrase index from subterm in streaming mode.Tor Egge2024-02-061-5/+5
* Empty index => 'default' indexHenning Baldersheim2024-02-061-2/+1
* Handle search::streaming::PhraseQueryNode as a leaf in the query tree.Tor Egge2024-02-061-0/+6
* Wire QueryNormalization in to JuniperQueryAdapter and use it there.Henning Baldersheim2024-02-051-25/+2
* Change parent class of search::streaming::PhraseQueryNode fromTor Egge2024-02-021-4/+23
* Merge pull request #30027 from vespa-engine/arnej/implement-rank-with-operatorHenning Baldersheim2024-01-231-11/+1
|\
| * actually implement RANK operatorArne Juul2024-01-231-11/+1
* | Move out NearQueryNode, ONearQueryNode, PhraseQueryNode andTor Egge2024-01-231-0/+3
|/
* Support fuzzy term matching in streaming searchTor Brede Vekterli2024-01-181-8/+8
* Add regular expression support to streaming searchTor Brede Vekterli2024-01-151-1/+7
* Add WeightedSetTerm for streaming search.Tor Egge2024-01-151-2/+14
* Calculate raw score for streaming search wand.Tor Egge2024-01-121-5/+17
* - Fold query for streaming search based on either query item type, or field d...Henning Baldersheim2024-01-051-20/+19
* Check cheapest condition first.Henning Baldersheim2024-01-031-1/+1
* Revert "Revert "Balder/only rewrite numeric terms for text fields""Henning Baldersheim2024-01-031-1/+1
* Revert "Balder/only rewrite numeric terms for text fields"Henning Baldersheim2024-01-031-1/+1
* Only rewrite numeric terms when searching text fields.Henning Baldersheim2024-01-021-1/+1
* Code modernization and minor rewrite to avoid hard to read negations.Henning Baldersheim2024-01-011-18/+20
* Add DotProductTerm for streaming search.Tor Egge2023-12-131-8/+56
* Remove type argument to search::streaming::InTerm constructor.Tor Egge2023-12-071-1/+1
* Add MultiTerm and InTerm for streaming search.Tor Egge2023-12-071-0/+6
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use targetHits in nearestNeighbor streaming searcher.Geir Storli2023-04-251-5/+7
* Add NearestNeighborQueryNode.Tor Egge2023-04-171-0/+20
* Propagating annotations for fuzzy queryAlexey Chernyshev2022-04-071-0/+4
* Introducing fuzzy searchAlexey Chernyshev2022-03-231-0/+4
* convert ITEM_GEO_LOCATION_TERM to something usefulArne H Juul2022-01-281-5/+6
* add ITEM_TRUE and ITEM_FALSE query nodesArne H Juul2021-10-181-0/+6
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* - Model as having children, as opposed to being children.Henning Baldersheim2021-04-231-6/+5
* - Prevent the rewrite that happens with equiv and phrase to handle floating p...Henning Baldersheim2021-04-221-4/+11
* - Let DotProduct,Wand and WeightedSet be Term nodes in the query tree as they...Henning Baldersheim2021-03-291-5/+11
* Make the SearchTerm enum a small scoped enum and rename to Type.Henning Baldersheim2021-03-041-11/+12
* fix bugsArne Juul2020-07-151-5/+2
* explicit no-handling of location for streamingArne Juul2020-07-151-1/+9
* more descriptive enum name for geo location termArne Juul2020-07-151-1/+1
* clean up various issues with ParseItem classArne Juul2020-07-091-0/+1
* be more specific in StackDumpIterator APIArne Juul2020-03-021-1/+1
* 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/+160