aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/query/streaming/queryterm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply add virtual fields to index environment for streaming mode.Tor Egge2024-03-201-0/+6
* Revert "Add virtual fields to index environment for streaming mode."Henning Baldersheim2024-03-191-6/+0
* Add virtual fields to index environment for streaming mode.Tor Egge2024-03-191-0/+6
* Use multi_index_terms() returning boolean to differentiate betweenTor Egge2024-03-181-6/+6
* Change parent class of search::streaming::SameElementQueryNode fromTor Egge2024-03-181-2/+2
* Use filter settings from rank profiles and query terms in streaming search.Tor Egge2024-03-151-2/+3
* - Hide recall terms from ranking.Henning Baldersheim2024-02-191-2/+3
* Reduce code duplication.Tor Egge2024-02-091-81/+4
* Handle search::streaming::EquivQueryNode as a leaf in the query tree.Tor Egge2024-02-091-0/+12
* Handle search::streaming::PhraseQueryNode as a leaf in the query tree.Tor Egge2024-02-061-2/+0
* Wire QueryNormalization in to JuniperQueryAdapter and use it there.Henning Baldersheim2024-02-051-75/+1
* Add unpack_match_data member function to search::streaming::QueryTerm.Tor Egge2024-02-051-0/+98
* Track element length in streaming mode.Tor Egge2024-01-251-1/+10
* Adjust search::streaming::Hit to better matchTor Egge2024-01-221-2/+2
* Support fuzzy term matching in streaming searchTor Brede Vekterli2024-01-181-0/+6
* Add regular expression support to streaming searchTor Brede Vekterli2024-01-151-0/+6
* - Fold query for streaming search based on either query item type, or field d...Henning Baldersheim2024-01-051-15/+89
* - Modernize codeHenning Baldersheim2024-01-041-1/+1
* Code modernization and minor rewrite to avoid hard to read negations.Henning Baldersheim2024-01-011-4/+5
* Add MultiTerm and InTerm for streaming search.Tor Egge2023-12-071-0/+6
* 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-0/+6
* GC cloneableHenning Baldersheim2022-03-031-1/+0
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Remove default constructors and simplify.Henning Baldersheim2021-03-051-11/+0
* No move or copy construction.Henning Baldersheim2021-03-041-3/+0
* Keep only one ucs4 buffer, and create the buffer lazy.Henning Baldersheim2021-03-041-2/+0
* Make the SearchTerm enum a small scoped enum and rename to Type.Henning Baldersheim2021-03-041-1/+1
* Add noexcept to move constructors and operatorsHenning Baldersheim2020-01-211-2/+2
* 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/+112